Issue 14170 - Merge converts circle to polygon
Summary: Merge converts circle to polygon
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Armin Le Grand
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-06 17:25 UTC by arnechaa
Modified: 2003-09-08 16:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description arnechaa 2003-05-06 17:25:22 UTC
When merging a circle with an other object (eg. a sqare), using Shape, Merge, 
the circle is converted to a polygon. It should have been converted to 
something (eg. a curve) which would have retained the circle shape of the 
circle part of the new merged object.
Comment 1 wolframgarten 2003-05-07 07:16:10 UTC
This is reproduceable in version 1.1beta and ina current internal one.
Reassigned to Armin.
Comment 2 Armin Le Grand 2003-05-08 13:09:28 UTC
This works as intended since our PolyPolygon-Clipper which is used for
that purpose does not handle curves. This again is the case since
clipping one curve to the other is rather complex and not really
solved. Thus, all curves need to be converted to polygons before those
logic functions can be applied.
But there is hope: We are working on a new basic polygon class which
can also handle curves. Just as info: Clipping curves against curves
may have up to 9 cutting points...
Expect this as extension in a later version, but we cannot promise
since it's really not trivial.
Since it works as intended i cannot accept this as a bug.
Comment 3 Armin Le Grand 2003-05-08 16:39:41 UTC
AW: Closing, works as intended.