top | item 9096884

(no title)

tom9729 | 11 years ago

From the spec: "The syntax of path data is concise in order to allow for minimal file size and efficient downloads, since many SVG files will be dominated by their path data. "

http://www.w3.org/TR/SVG11/paths.html

discuss

order

jessedhillon|11 years ago

So then, "we'll just use XML except where it would be most useful"

ygra|11 years ago

It'd be a list, in a document format for tree-like structures. You cannot nest path commands, it doesn't really make that much sense to have individual elements for them.

In any case, if it bothers you that much, writing an XSLT that takes path elements and transforms them into the path data syntax shouldn't be that hard.