6 Aug
2004
6 Aug
'04
1:42 p.m.
NArtBPath does not properly handle closed subpaths.
It also doesn't do cubic (or is it quadratic? ... the kind with three points) beziers or elliptical arcs either.
Actually we have several path datatypes. Along with getting rid of the bad ones, it's an added bonus if we can converge to a single one. The one in livarot/Path may be worth investigation.
Hmm, I'm not sure how to add our own subpath markers without violating the should-render-identically-in-standard-user-agents ground rule.
Perhaps only via emulation through svg:use with a sodipodi:role, but it's messy.