Hi,

Does there exist any Haskell package/library to parse the syntax of
SVG elements, esp. PATH?

That is, the syntax of the "d" attribute (e. g. M 100 100 L 300 100 L
200 300 z)?

Hackage doesn't seem to have any, and Google search yields very broad results.

Thanks.

PS It should not be hard to write such parser, I just don't want to
reivent the wheel ;)

-- 
Dimitry Golubovsky

Anywhere on the Web
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to