[erlang-questions] [ANN] svg rendering
Dmitry Kolesnikov
dmkolesnikov@REDACTED
Mon Jul 30 20:03:30 CEST 2012
Hello,
I've started to work on SVG rendering. The library provides interface to render SVG graphics from Erlang application. The current version targets server-side rendering use-cases with help of ImageMagic command line tool 'convert'. The library internally uses xmerl for XML output.
The initial library is available here
https://github.com/fogfish/svg
See src/svg.erl for api specification
See test/svg_test.erl for api example
See README for list of feature and backlog.
Any comments on API and other subjects are appreciated...
Regards,
Dmitry
More information about the erlang-questions
mailing list