https://issues.apache.org/ooo/show_bug.cgi?id=121972
Bug ID: 121972
Issue Type: ENHANCEMENT
Summary: AOO cannot read primitive ellipse with radius and
center
Classification: Application
Product: Draw
Version: AOO400-dev
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: open-import
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 80474
--> https://issues.apache.org/ooo/attachment.cgi?id=80474&action=edit
ellipse with radius and center
ODF allows to define a draw:ellipse element with radius and center, for
examples as
<draw:ellipse draw:name="rx_ry_cx_cy" draw:style-name="gr1"
draw:text-style-name="P1" draw:layer="layout"
svg:rx="3cm" svg:ry="2cm" svg:cx="7cm" svg:cy="5cm"
draw:kind="arc" draw:start-angle="30" draw:end-angle="315">
<text:p />
</draw:ellipse>
When AOO gets such a file it does not open it correct, but the shape has zero
size and is at position 0|0. The shape is there, you can select it with the
navigator.
Request: Because this is a common way to define an ellipse in SVG, AOO should
be able to open it correctly.
The attached file contains such an ellipse. The ellipse should be in the middle
of the square. The colored lines indicate 30°, 45°, 315° and 330° to look
whether start- and end-angle are read correctly.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.