[Haskell-cafe] Haskell SVG path parser?
Dimitry Golubovsky
golubovsky at gmail.com
Mon May 24 10:03:30 EDT 2010
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
More information about the Haskell-Cafe
mailing list