Forgot your password?
typodupeerror

Comment Re:Outstanding! (Score 1) 370

Being able to parse a format does not mean that your application 'supports' the format. SVG is XML, and XML is easy to parse - reader.parse(doc);

But I hardly think that is what this article is about.

There is a lot of work involved in interpreting the nuances of SVG see the W3C Standard for SVG. I think you will find that there is quite a bit of work in order to support SVG bi-directionally in an application.

-dave

Slashdot Top Deals

If it's not in the computer, it doesn't exist.

Working...