-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2 COS 1
-
Fix Version/s: ODF 1.3, ODF 1.3 CSD 02
-
Component/s: Graphics, Part 3 (Schema) [1.2: 1]
-
Labels:None
-
Resolution:
The definition of T is the following:
Draws a segment of an ellipse. The ellipse is
specified by the center(x, y), the size(w, h)
and the start-angle t0 in degrees and end-
angle t1 in degrees. The segment is drawn
clockwise.
What is meant by w and h. Is it the size of the full ellipse?
When working on the implementation one of the Calligra developers noted differences
in what OOo/MSO are doing to what Calligra is doing. OOo and MSO use w and h as radii.
Calligra uses w and h as diameter.
Which of the two behaviours is correct?
The specification should clearly state if radii or diameter should be used for this
two values.
SVG defines this as the radii of the ellipse, both for shapes and arcs:
http://www.w3.org/TR/SVG/shapes.html#EllipseElement
http://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands
I propose we do the same. We're trying to converge on SVG.