Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 60893 - 60922 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
60893
Hello SVG-Folks, This is just a last call to attend this year's SVG Open including some more detailed information on the location, the dinner-event and the...
examotion
Offline Send Email
Aug 2, 2008
8:22 am
60894
Dear list, say I have a path: <path d="M 1 2 C 3 4 5 6 7 8" /> i.e. 4 curve points. Please, how do I change the position of a point? In Javascript? One way is...
pete.haikonen
Offline Send Email
Aug 2, 2008
10:09 am
60895
If I have a proper svg file drawing one line saved as a .svg file, it draws (in firefox3), but rename it .html it does not. Is this "as designed"? Here is...
Owen Corpening
owenjc
Offline Send Email
Aug 2, 2008
9:33 pm
60896
... it draws (in firefox3), but rename it .html�it does not. Is this "as designed"? ... SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg ...
Robert Longson
longsonr
Offline Send Email
Aug 2, 2008
9:46 pm
60897
Hi, Owen- ... As Robert described, it will render in some browsers if you use the ".xhtml" extension. The SVG spec recommends the use of the ".svg" extension,...
Doug Schepers
d_a_schepers
Offline Send Email
Aug 3, 2008
8:01 am
60898
Excellent question: after hitting "send" I realized that the real situation is "I need to integrate svg into html" ... and I am having problems with that. ...
Owen Corpening
owenjc
Offline Send Email
Aug 3, 2008
12:47 pm
60899
In fact, at the mozilla page desribing how to do svg-in-html its first example is an xhtml page with .xml extension: ...
Owen Corpening
owenjc
Offline Send Email
Aug 3, 2008
1:20 pm
60900
I have be trying to use Unicode characters to create a pattern in SVG and can't get them to work. Is there away to turn this <g> into a pattern? <g...
Jerrold Maddox
jxm22
Offline Send Email
Aug 3, 2008
7:29 pm
60901
... Not really....
cwflamont
Offline Send Email
Aug 3, 2008
8:29 pm
60902
Owen Corpening wrote: It's up to you Owen, but I would be wary of broadcasting all that personal info....
cwflamont
Offline Send Email
Aug 3, 2008
8:36 pm
60903
"Thomas Steiner" wrote: [] ... [] ... onload="start(evt)" > ... That seems to work. ... welcome! You need an environment that is capable of interpreting the...
cwflamont
Offline Send Email
Aug 3, 2008
9:27 pm
60904
Hello all, i need the real project/applications that use mobile svg profile for GIS(display maps) thank you all...
ahmedabdel_hamed
ahmedabdel_h...
Offline Send Email
Aug 3, 2008
11:43 pm
60905
I am just looking at SVG for the first time and would like to know if it is possible for a SVG object to include or refer to other pre- existing SVG...
qu0ll64
Offline Send Email
Aug 4, 2008
5:32 am
60906
I figured it out - if anyone else is interested this works. J <defs> <symbol id="circle"> <text x="10" y="90" font-size="20px">&#x25ce;</text> </symbol> ...
Jerrold Maddox
jxm22
Offline Send Email
Aug 4, 2008
1:51 pm
60907
Hi folks, I would like to announce that the second version of the calculus courseware Math Animated has been released (three years after the first). Here are...
Samuel Dagan
samydagan
Offline Send Email
Aug 4, 2008
2:03 pm
60908
Jerrold, attached testcase that wfm in Mozilla and Batik, are you using either? had you considered raising bugs with Safari and Opera? regards Jonathan...
Jonathan Chetwynd
signbrowser
Offline Send Email
Aug 4, 2008
2:29 pm
60909
Sam, It's great to see SVG being used in an educational setting, congratulations. had you considered Opera and Safari? did you consider accessibility when...
Jonathan Chetwynd
signbrowser
Offline Send Email
Aug 4, 2008
3:04 pm
60910
Okay, I see it will only run in a browser :( Just to give you a little update, find my current sun path diagram attached. If you have any hints, please let me...
Thomas Steiner
finbref
Offline Send Email
Aug 4, 2008
8:05 pm
60911
Hey, See the function SVGPathSegList.replaceItem : http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegList This is what you need. cheers ... [Non-text...
David
leunend
Offline Send Email
Aug 4, 2008
10:32 pm
60912
... Let's say you have a javascript variable 'path' which is a pointer to the path element. Then by calling var moveto = path.pathSegList.getItem(0); you can...
Frank Bruder
redurbf
Offline Send Email
Aug 5, 2008
7:10 pm
60913
Two (?) comments: 1. The SVG 1.2 Working Draft has something called "vector effects" (see http://www.w3.org/TR/2004/WD-SVG12-20041027/vectoreffects.html ) that...
ddailey
ddailey@...
Send Email
Aug 5, 2008
8:33 pm
60914
... Yep. You can include svg in other svg elements, you can use the defs element to define a fragment and then use the use element to include that fragment in...
Charles McCathieNevile
charlesmccn
Offline Send Email
Aug 6, 2008
3:40 pm
60915
On Sun, 03 Aug 2008 22:29:24 +0200, cwflamont ... Yes there is, but only if you want to have the same number of points. Then you can use animation: <path d="M...
Charles McCathieNevile
charlesmccn
Offline Send Email
Aug 6, 2008
3:40 pm
60916
Hi, In a SVG to Java2D converting task, I want to be able to access the original SVG Node id attribute, from the Batik GraphicsNode (ShapeNode, etc). My...
semiosys
Offline Send Email
Aug 7, 2008
2:47 pm
60917
... Thank you all, for the help!...
pete.haikonen
Offline Send Email
Aug 8, 2008
1:06 am
60918
Hello, I want to access the ASV context menu built-in functions using script. But the SVG wiki says: "It is not possible in ASV3 to access the built-in...
Pedro
nektar_25
Offline Send Email
Aug 8, 2008
1:07 am
60919
... Thank you!...
pete.haikonen
Offline Send Email
Aug 8, 2008
1:09 am
60920
Pedro, this is one example: https://mathanimated.com/free1/general/tutorial/pythagoras.svg as mentioned to the author, there is no keyboard accessibility ...
Jonathan Chetwynd
signbrowser
Offline Send Email
Aug 8, 2008
7:40 am
60921
Hi Jonathan, Thanks! All my SVG files run on Opera, and part on Safari. My problem is that I need also MathML support, and for the moment the only choice is...
Samuel Dagan
samydagan
Offline Send Email
Aug 9, 2008
10:49 am
60922
samy, these three sites should be keyboard navigable in firefox: http://www.peepo.co.uk http://www.openicon.org/feeds/zanadu.svg ...
Jonathan Chetwynd
signbrowser
Offline Send Email
Aug 9, 2008
11:39 am
Messages 60893 - 60922 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help