Re: [svg-developers] Why is that?(namespace declaration)

2008-12-09 Thread John Coe
hay, here is one I can answer (I think) if you change the xmlns declaration to this: svg:svg xmlns=http://www.w3. org/2000/ svg viewBox=90% xmlns:xlink= http://www.w3. org/1999/ xlink (removing the ':svg') it will be the default namespace, then text is what svg:text was HTH

Re: [svg-developers] Merry XML !

2006-12-24 Thread John Coe
Here is my abstract tree using animation (give it a minute to grow) steltenpower [EMAIL PROTECTED] wrote: http://svglogo.com/xmlmas-tree.svg __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: [svg-developers] My X-mas tree version

2006-12-24 Thread John Coe
I dont think the attacment posted here is the link to the upload: http://f1.grp.yahoofs.com/v1/MM6ORS8y_Jd1GZMLxy3ntvPOwHkyI0j5lviWHLF7v3QZVPGw8AM8Ji-_g71UM-sertfQDf-1D2paBak2jOGgeV3B5hs0v3A/CTsierpinski.svg John Coe [EMAIL PROTECTED] wrote: Here is my abstract tree using animation

Re: [svg-developers] image in In-line SVG

2006-05-17 Thread John Coe
this was covered on this mailing list around April 27th and at this link: http://www.focusresearch.com/gw/?p=165 ddailey [EMAIL PROTECTED] wrote: While on the subject of in-line SVG, I was able to do lots of things (filters, ellipses, animation. etc.), but one relatively simple thing has

Re: [svg-developers] Can I concat the transform matrix without nesting groups?

2006-05-12 Thread John Coe
you can also use the .multiply method of the transform type, here is a small example of the fractal furn that uses the transforms of elements to store transforms, them concat them, and use the x, y offset to plot points. so, I think the answer is yes! John ?xml

Re: [svg-developers] onclick question

2006-04-28 Thread John Coe
Darryl: the problem is in the use - defs link the events do not cross this gap on all platforms John Darryl Watson [EMAIL PROTECTED] wrote: Hmm, more info about my onclick woes is appropriate. The basic structure of my document is: svg id=... defs g id=layer1

Re: [svg-developers] Hey ;) -- SPAM DELETE PRIOR

2006-01-27 Thread John Coe
Hi5 is an email address scanner, if you click on the link, it will send an invite to everyone in your address book in your name, without asking you, this post may have been done outside of Naveen's control due to the fact that it is worded like the address scan generator Naveen Kumar [EMAIL

Re: [svg-developers] Re: Set Mouse Cursor Position?

2006-01-27 Thread John Coe
I looked in to this a while back and only got to this workaround, but one other option is to encorage the user to center the cursor, then move the SVG content under it so the cursor is at your point. Jeff Schiller [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, Doug Schepers

Re: [svg-developers] Download 100 Million Email Address PLEASE UPDATE BAN LIST

2005-12-28 Thread John Coe
someone need to ban the spam users, there are two others in addition to this really bad one --- Admin [EMAIL PROTECTED] wrote: Advertise your ad to 100 million internet persons! these millions people can change your life ! Click here to download : http://www.emails-master.com/ Get

Re: [svg-developers] Open Sourcing Galactic Pathways

2005-12-06 Thread John Coe
my 'path into the galaxy' did not get to far. in the registration process, I got: Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons).

Re: [svg-developers] 3d vanishing point question...

2005-11-23 Thread John Coe
skew works for shallow angles, but when you get to a true perspective view, (where the top of a square is tapered on both sides, you need a 4x4 transform to create the effect. http://en.wikipedia.org/wiki/Perspective_transform svg uses a 2 x 3 matrix, so the perspective is not directly