Re: [svg-developers] parentNode and use element

2004-11-02 Thread Holger Will
hi ggb2g in asv6 you would do something like this,(im not sure but i gues it alsoworks in batik) var node=evt.target.correspondingUseElement.parentNode but as far as i remember correspondingUseElement is not implemented in ASV3. why dont you go: so in myfunction, evt.target.fir

Re: [svg-developers] hai, i want begining book on svg

2004-11-02 Thread Holger Will
hi kittu you should check out http://www.learnsvg.com/ its a great book , onlinesource and a very helpful comunity. a good source to start with is allways the wiki, there is a list of sg books there.(list is a bit too much, its two different books.) http://wiki.svg.org/index.php/SvgBooks regards

Re: [svg-developers] interesting rendering effects

2004-11-02 Thread Holger Will
hi Jan wow, looks really cool, would be a good background. a bit like the artifacts , you see when using this bevel and lighting filter. interresting greetings holger Jan-Klaas Kollhof wrote: > > Hi, > > I was playing around a bit and had the following results > with one of my SVGs: > h

Re: [svg-developers] Add Animate element Dynamically using javasc ript

2004-11-02 Thread Holger Will
morning Doug thanks, you are correct, ive seen the error before and didnt bother to correct. im just too lazy. greetings holger Doug Schepers wrote: > Hi, Holger- > > I just wanted to correct a typo you made, to clear up any confusion. > > Holger Will wrote: > | > | standard svg elements are in

[svg-developers] hai, i want begining book on svg

2004-11-02 Thread nchkittu
hai... i join today. i want beging book on svg. bcz in my company projects are using svg. i.e map modules. buttons all svg and creation of circles and rectangle. plz give me a list of svg books . bcz my company will perchage those books. and also give me my reference website to learn svg..

Re: [svg-developers] Re: SVG - JPG Rasterization problem

2004-11-02 Thread Tonny Kohar
Hi, > Thanks for responding. Actually i have 2 options on my page, one to > generate an SVG graphic and one to generate JPG. When I select SVG > option, the JPGs get loaded just fine. ITs only when I select the JPG > option is when all but the embedded JPGs appear correctly. > > Do you still

[svg-developers] parentNode and use element

2004-11-02 Thread ggb2g
Hi all, I have the following kind of svg: my problem is that I need to get g id from myfunction() but since the use element is a XLink Namespace and not directly SVG I cannot use something like: var node = evt.Target.parentNode; Of course if I duplicate myref element directly it just

[svg-developers] Re: SVG - JPG Rasterization problem

2004-11-02 Thread rmpat77
Hey Tonny, Thanks for responding. Actually i have 2 options on my page, one to generate an SVG graphic and one to generate JPG. When I select SVG option, the JPGs get loaded just fine. ITs only when I select the JPG option is when all but the embedded JPGs appear correctly. Do you still thin

Re: [svg-developers] SVG on MAC ????

2004-11-02 Thread Chris Lilley
On Tuesday, November 2, 2004, 2:22:10 PM, Jay wrote: >>Some graphics software can export SVG with a plug in from Electric Rain (?) >>Artists generally seem reluctant to use "non-arty" tools. >>Too bad Adobe doesn't have an application like Flash. :-) JV> In my experience, Illustrator tacks on f

RE: [svg-developers]

2004-11-02 Thread Peter Kalev
You have reached the end of ASV3's capabilities... :-) When you import external files with the image tag they just look pretty, but have no functionality... I never tried how scripts would work, but by using getUrl and parseXML I was able to import the innards of one SVG file into another...

RE: [svg-developers] Add Animate element Dynamically using javasc ript

2004-11-02 Thread Doug Schepers
Hi, Holger- I just wanted to correct a typo you made, to clear up any confusion. Holger Will wrote: | | standard svg elements are in the null namespace so it should | be newAnimElement.setAttributeNS(null,... | | > newAnimElement.setAttributeNS("xlink:href",curElement); Holger meant to say t

[svg-developers]

2004-11-02 Thread [EMAIL PROTECTED]
Hi! Does any one out there have experience with trying to load an external SVG file into an existing, already loaded (read in by SVG viewer - ASV3.1) file? I've tried the tag and had no luck. I've found some posts that say it doesn't work with ASV3.1 O'Reilly's "SVG Essentials" book mentions

[svg-developers] interesting rendering effects

2004-11-02 Thread Jan-Klaas Kollhof
Hi, I was playing around a bit and had the following results with one of my SVGs: http://jan.kollhof.net/projects/svg/playground/moire.jpg here the svg: http://jan.kollhof.net/projects/svg/playground/moire.svg It should actually be all black. Well, due to the antializing it is not. If you turn

Re: [svg-developers] SVG on MAC ????

2004-11-02 Thread Tonny Kohar
Hi, > About the only Mac authoring tool for SVG is Adobe Illustrator. > Some graphics software can export SVG with a plug in from Electric Rain (?) > Artists generally seem reluctant to use "non-arty" tools. > Too bad Adobe doesn't have an application like Flash. :-) You could try Sketsa, it is

Re: [svg-developers] SVG - JPG Rasterization problem

2004-11-02 Thread Tonny Kohar
Hi, > I've just recently started working with SVG and am and using Batik to > convert a SVG-XML nameplate that I'm producing into JPG. Now this > nameplate also has some JPG images in it. The Batik rasterizer > correctly converts all my SVG-XML into JPG, however renders the JPG > images as br

[svg-developers] SVG - JPG Rasterization problem

2004-11-02 Thread rmpat77
Hello all, I've just recently started working with SVG and am and using Batik to convert a SVG-XML nameplate that I'm producing into JPG. Now this nameplate also has some JPG images in it. The Batik rasterizer correctly converts all my SVG-XML into JPG, however renders the JPG images as brok

[svg-developers] Re: SVG 1.2 feedback: SVGTimer Inteface - does this add anything?

2004-11-02 Thread Jim Ley
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > SVG 1.2 Appendix B.1: SVGTimer Inteface > > I am trying to find new functionality that this requirement adds, and I > see none. From what I see, it requires scripting, and the major scripting > languages all have support for some thin

Re: [svg-developers] SVG 1.2 feedback: SVGTimer Inteface - does this add anything?

2004-11-02 Thread Robin Berjon
[EMAIL PROTECTED] wrote: > SVG 1.2 Appendix B.1: SVGTimer Inteface > > I am confused why this is necessary. Is this functionality not basic to > all scripting languages? > (snip) > Here are the ecmascript time handling functions, for example... > (then snip long list of date/time handling methods

[svg-developers] Re: SVG 1.2 feedback: SVGTimer Inteface - does this add anything?

2004-11-02 Thread Jan-Klaas Kollhof
It is a "replacement" for setTimeout and setInterval. Jan PS: setTimeout, setInterval, ... where never in the specs so they defined interfaces that can handle the functionality. e.g. getURL/postURL now in the specs as URLRequest Yahoo! Groups Sponsor --

[svg-developers] Re: SVG 1.2 feedback: SVGTimer Inteface - does this add anything?

2004-11-02 Thread Alexander Adam
Ronan, > I am confused why this is necessary. Is this functionality not basic to > all scripting languages? Is the desire to provide a common API so the > naming convention is scripting-language independant? Well, a few builtin apis are making sense due the fact that viewers may take advanta

[svg-developers] SVG 1.2 feedback: SVGTimer Inteface - does this add anything?

2004-11-02 Thread ronan
I've been taking a close look at the spec and the following come to mind... SVG 1.2 Appendix B.1: SVGTimer Inteface I am confused why this is necessary. Is this functionality not basic to all scripting languages? Is the desire to provide a common API so the naming convention is scripting-languag

Re: [svg-developers] SVG on MAC ????

2004-11-02 Thread Jerrold Maddox
InDesign can also be use to author SVG files. Jerry At 02:22 PM 11/2/2004 +0100, you wrote: > >About the only Mac authoring tool for SVG is Adobe Illustrator. > >Not true. Both sodipodi and inkscape work just fine in OSX. I use >inkscape to make SVG's daily. > > >Some graphics software can exp

[svg-developers] Re: SVG on MAC ????

2004-11-02 Thread Andreas Neumann
> >None of the Macintosh browsers can communicate directly with the > >plugin. This means that the SVG file within the browser cannot be > >manipulated from the outside world. This is only possible with > >Internet Explorer on Windows. > > > > > > > I assume this means that if you a svg fil

Re: [svg-developers] SVG on MAC ????

2004-11-02 Thread Jay Vaughan
>About the only Mac authoring tool for SVG is Adobe Illustrator. Not true. Both sodipodi and inkscape work just fine in OSX. I use inkscape to make SVG's daily. >Some graphics software can export SVG with a plug in from Electric Rain (?) >Artists generally seem reluctant to use "non-arty" too

Re: [svg-developers] Re: SVG on MAC ????

2004-11-02 Thread Jean-David Benamou
Andreas, thanks for these infos. I am not an expert ... Can you check below that I understand correctly your mail. Thanks JD Andreas Neumann wrote: >Hi JD, > >None of the Macintosh browsers can communicate directly with the >plugin. This means that the SVG file within the browser cannot be >m

Re: [svg-developers] Re: join or blend two rectangles

2004-11-02 Thread Holger Will
hi, could you explain why you need to compose this shape of four individual shapes ? using filter is very processing intesive , and it gets worse the larger the filtering area is. i would really recommend, if possible, to use a different structure for your shape. for example the esiest way f

Re: [svg-developers] Add Animate element Dynamically using javasc ript

2004-11-02 Thread Holger Will
H Felix > > > > > "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";> > > > xmlns="http://www.w3.org/2000/svg";> if you use xlink anywhere in your document, you should declare the xlink namespace in the toplevel svg element. > > you will need an id on the rect. > > > > > > var

Re: [svg-developers] SVG on MAC ????

2004-11-02 Thread Mark Christol
Jean-David Benamou wrote: >Hi, > >Could anyone tell me where does SVG implementation >stands on MAC ??? >What is the best browser/plugin combination ? >Is is comparable to IE/ASV on Windows ? > >As SVG is a graphic language and >a large number of professional involved with graphics >"like" MAC, m

Re: [svg-developers] Re: join or blend two rectangles

2004-11-02 Thread Jérôme Tricand de la Goutte
Hi Katharina I've been a bit to fast. Here is your new code set &backGroudColor; to what ever you want. If you want to change the stroke-width, set a new value to radius in the the gradient If you want to change the stroke color, add a foodfleed obj

[svg-developers] Re: SVG on MAC ????

2004-11-02 Thread Andreas Neumann
Hi JD, on Macintosh all browsers work more or less equally well with the Adobe SVG viewer3 plugin. I use ASV3 with Safari, Firefox, Mozilla, Opera, iCab. MacOSX has the big advantage that browser plugins are centrally stored. If you have ASV3 installed in the system. All newly installed bro

RE: [svg-developers] Add Animate element Dynamically using javasc ript

2004-11-02 Thread Felix Moses
Hi, I have a rect element in my svg Document.My SVG Document is below http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";> http://www.w3.org/2000/svg";> Now in javascript, I want to add a animate element dynamically to my rect element and my animate element will be like this. I

[svg-developers] Re: join or blend two rectangles

2004-11-02 Thread tamsvg
Hi Jerome, thanks for answering. Yes, I only need the graphical fusion of my rect. But with your code all the 4 rects are filled black, I think because of the feMorphology filter. I need them without fill only with black stroke. Ideas? Katharina --- In [EMAIL PROTECTED], Jérôme Tricand de

Re: [svg-developers] join or blend two rectangles

2004-11-02 Thread Jérôme Tricand de la Goutte
Hi Katharina I agree with Philippe, but, maybe you need not to have a composite element, but just the graphical fusion of your rect. what about using filters to simulate one object? Say : Hope it helps Jérôme Philippe Lhoste wrote: >tamsvg wrote: > > >>I

Re: [svg-developers] join or blend two rectangles

2004-11-02 Thread Holger Will
hi katharina there are a few ways to do what you want. the most elegant way would be SVG 1.2 s vector effects, since its not implemented anywhere, for now its not an option. you can join your shapes using pathes. just copy your polylines into one d attribute, like this: note!! that i had to

Re: [svg-developers] join or blend two rectangles

2004-11-02 Thread Philippe Lhoste
tamsvg wrote: > I've paint 4 rectangles (but I did it with polylines!)The 4 > rectangles are overlapping each other. How can I blend them, so that > it looks like one element? > > Here's my code: > > > > http://www.w3.org/2000/svg";> > > width="1" fill="none" stroke="black" filter="url:

Re: [svg-developers] SVG on MAC ????

2004-11-02 Thread Holger Will
Hi Jean-David i do not have a mac so i cant really tell. but you can check: http://www.adobe.com/svg/indepth/pdfs/CurrentSupport.pdf http://www.adobe.com/svg/indepth/pdfs/ReadMemac.pdf ive heard, that ASV3 for MAC works fine in Safari. hth Holger Jean-David Benamou wrote: > Hi, > > Could anyon

[svg-developers] join or blend two rectangles

2004-11-02 Thread tamsvg
Hi! I've paint 4 rectangles (but I did it with polylines!)The 4 rectangles are overlapping each other. How can I blend them, so that it looks like one element? Here's my code: http://www.w3.org/2000/svg";> Can anybody help me? Katharina Yaho