← Prev in month ← Prev in thread

svg:d issues

From
Chris Nokleberg <>
Date
2006-01-20T21:43:46+00:00
ID
Thread
svg:d issues
The OpenDocument spec for svg:d says:

  "Some implementations may only supports a subset of the SVG path
   specification, for instance no mixtures of open and closed curves for
   one shape, or no elliptical arc command."

From a document generator's perspective, the only possible takeaway from
this is "don't use svg:d if you want your document to be portable".

I realize that OpenOffice does not support the elliptical arc command,
but that should have been dealt with simply by opening a bug in
OpenOffice, rather than building a loophole into the specification. 
Given that elliptical arcs are easily approximated using cubic beziers,
it's not even clear why the bug would be hard to fix.

Alternatively, the spec could forbid the use of the elliptical arc
command.  Regardless, I don't think that the current situation is
tenable.

Thanks,
Chris
← Prev in month ← Prev in thread