- From: Chris Lilley <chris@w3.org>
- Date: Thu, 23 Dec 2004 16:06:24 +0100
- To: James Bentley <James.Bentley@guideworkstv.com>
- Cc: "'www-svg@w3.org'" <www-svg@w3.org>
On Tuesday, December 14, 2004, 6:50:35 PM, James wrote: JB> SVG 1.2 Tiny states the SVG1.2T supports all path commands except elliptical JB> arc ('A' and 'a'). Yet uDOM only shows support for absolute move, line, and JB> cubic and quadratic curves. JB> Please advise as to which is correct. Both are correct -see below. JB> If it is 1.2 Tiny, please revise JB> uDom's SVGPath interface to support all path operations (with the acception JB> of 'a' and 'A'). It would be straightforward if udom supported all the path operations, but it would make the interface larger. Instead, udom supports the bare minimum needed. This means that if a path is read and then rewritten in udom, horizontal and vertical lines are converted to absolute line, all relative commands are converted to absolute, the short forms of cubic and quadratic beziers are converted to the longer forms. -- Chris Lilley mailto:chris@w3.org Chair, W3C SVG Working Group Member, W3C Technical Architecture Group
Received on Thursday, 23 December 2004 15:06:24 UTC