vote up 0 vote down star

Are there any tools to transform SVG (XML) data to Canvas friendly input?

flag

3 Answers

vote up 1 vote down check

No I don't think so. SVG is actually rather different to Canvas. SVG is a vector graphics description language, whereas Canvases are programmatically "drawn" by sets of instructions. Also, Canvas isn't actually vector based at all.

Take a look at the Raphael Javascript Library. Its API will draw SVG/Canvas/VML depending on the capabilities of the browser.

link|flag
nice library indeed. – Robert Gould Oct 15 '08 at 14:28
vote up 1 vote down

Dojo also has support for rendering SVG.

See the dojoX package. link text

link|flag
vote up 0 vote down

Take a look at XSLT.

link|flag
Yeah, I know I can do it with XSLT, however writing the transformer isn't trivial. So I was looking for a tool that already does this for me, or something similar – Robert Gould Oct 16 '08 at 3:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.