Greetings,
We are making a rendering program. It receives an XML document which specifies how to do so, following the SVG format. The problem is: We need to underrstand the metrics used in that document so as to interpret the drawing commands correctly. Which leads us to reading the SVG specification in w3c.org, which leads us to conclude that their explanations suck.
Do you know about a site which gives a more concrete explanation, or at least more specific for the problem we are trying to solve...?
Any kind of help will be inmensely appreciated...
Thanks in advance
We are making a rendering program. It receives an XML document which specifies how to do so, following the SVG format. The problem is: We need to underrstand the metrics used in that document so as to interpret the drawing commands correctly. Which leads us to reading the SVG specification in w3c.org, which leads us to conclude that their explanations suck.
Do you know about a site which gives a more concrete explanation, or at least more specific for the problem we are trying to solve...?
Any kind of help will be inmensely appreciated...
Thanks in advance
Comment