Apache OpenOffice (AOO) Bugzilla – Full Text Issue Listing |
Summary: | Separating a group imported from DXF distorts the drawing | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Draw | Reporter: | honza_k <kratky> | ||||||
Component: | open-import | Assignee: | AOO issues mailing list <issues> | ||||||
Status: | CONFIRMED --- | QA Contact: | |||||||
Severity: | Trivial | ||||||||
Priority: | P3 | CC: | dm, issues, kpalagin | ||||||
Version: | OOo 2.2 | ||||||||
Target Milestone: | --- | ||||||||
Hardware: | PC | ||||||||
OS: | Windows 2000 | ||||||||
Issue Type: | DEFECT | Latest Confirmation in: | --- | ||||||
Developer Difficulty: | --- | ||||||||
Attachments: |
|
Description
honza_k
2007-03-30 16:43:59 UTC
Created attachment 44077 [details]
A DXF file to demonstrate this bug
Confirming with 2.2m8 - all text jumps around. Reproducible. Reassigned. AW: It's not a group, it's a metafile (look at bottom left when object is selected for more object info). BTW: With groups, it would not be necessary to break the group first, You also may 'enter' it, a speciality of OOo/SO. AW->SJ: Metafile breakup and text jumping around. Is this known? Created attachment 44154 [details]
a WMF file to test the behavior after separating the group
See the last file I added - it is a WMF file that after separating also distorts the texts - it does not change the texts' positions, but it completely distorts the fonts and makes them unusable. The only thing that remains "as was" is the stretched text in the middle. And the rectangle with thick border is not a rectangle anymore, but a combination of polygons ... AW->honza_k: Yes, that's what metafiles contain. A Metafile is a record of an application painting something to a device. If the application (NOT OOo(!), the app You used to produce the WMF) creating the metafile paints rectangles spliiting them in funny smaller graphic pieces, then the metafile contains exactly that. WMF is NOT a high-level vector format. HTH. If you create a drawing with OOo, turn it into a metafile (Convert to Metafile) and then "break" it, you get the same behaviour. No one else to blame. See also Issue 87039. Target changed. |