Hi all,

I found that there are a lot of ways of writing the "d" attribute for 
<path> tag.

d="M100 70 L150 300 L200 400" or
d="M 100 70 L 150 300 L 200 400" or
d="M100,70 L150,300 L200,400" and probably many more.

The way of writing them is kind of important in my case as I need 
only part of the information (eg. the number of 70). I use split(" ") 
or split(",") - in JavaScript to extract the information I need. So 
the spacing between these numbers and the use of (,) is kind of 
crucial.

COuld anyone tell me which one is the correct one (apparently all are 
correct) but which one is the most commonly used, especially when 
drawing a graph (pie or bar or line graph)?

Thanks in advance,

Samantha




-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to