
13 May
2005
13 May
'05
12:51 p.m.
Bulia, this morning there was another path parsing bug in the tracker and so there is another patch.
I have a path parsing question that I do not think is answered by the svg spec.
All commands may be followed by any number of sets of parameters. So L0,0 3,4 7,2 is actually L0,0 L3,4 L7,2 Moveto implies Lineto. So M0,0 3,4 7,2 is actually M0,0 L3,4 L7,2
How should one interpret this: L0,0 L3,4 L7,2 Z 1,5
It would seem to me that it should be L0,0 L3,4 L7,2 Z M0,0 L1,5
Because Moveto implies Lineto and Closepath should imply Moveto because the spec says that any following commands begin a new subpath at the previous subpaths initial point.
Answers?
Aaron Spike