[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-06-10 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Thu Jun 10 09:08:28 + 
2010 ---
Verified in CWS.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-06-08 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954


User aw changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.3





--- Additional comments from a...@openoffice.org Tue Jun  8 09:28:19 + 
2010 ---
AW: Adapted target

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-06-08 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from a...@openoffice.org Tue Jun  8 12:58:58 + 
2010 ---
AW: Re-checked in pro build.
AW-WG: Please verify in CWS.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-06-02 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Wed Jun  2 09:30:14 + 
2010 ---
AW: Indeed, happens. The problem splits into multiple parts.

(a) The Metafile gets generated from primitives in current versions; there
(VclMetafileProcessor2D, case PRIMITIVE2D_ID_POLYPOLYGONHATCHPRIMITIVE2D), the
hatch gets encapsulated with the old SvtGraphicFill (hack-)data. The hatch
geometry itself is added as primitive decomposition. This leads to not adding a
MetaHatchAction (as OutputDevice::DrawHatch does) but to adding masked hatch
lines directly.

(b) the rather old break of Metafiles is implemented using an also rather old
filter which interprets Metafiles partially and generates SdrObjects from it. It
never worked perfectly and was not designed to do so. Checked with DEV300m29
(last version without primitives). Hatch works, but e.g. bitmap fill doesn't.
Bitmap fill also does not work in a current version, no fill works when
transparency is involved.

Point (a) leads to adding a direct call to OutputDevice::DrawHatch to have as
high as possible information in the Metafile.

Point (b) implies to implement a new and better break-filter; this would get a
sequence of primitives as input and generate SdrObjects. Nonetheless the data
would be changed to Metafile once in-between, so a loss of information due to
the simple structure of Metafiles is unavoidable. It cannot be expected to get
the original SdrObjects back when going through the descrbed cycle (convert to
Metafile, break).

Added to CWS aw082, starting with (a)...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-06-02 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954





--- Additional comments from a...@openoffice.org Wed Jun  2 10:17:26 + 
2010 ---
AW: Fixing (a) fixes this task as described; it fails e.g. when the outline
around an ellipse is switched off. Somehow the old break filter generates a
visible hairline polygon. This could either be fixed in that old filter or is
another argument for (b).

It does not change the bitmap fill error. There are also errors with handling
the hairline outline when switched off or a linepattern is used (fat or
non-fat). Checked what DEV300m29 did with bitmaps, it generated a ClipRegion and
bitmap fill actions, thus no real difference to what the primitive decomposition
does. It also did not work and there is no possible higher complexity
improvement in the Metafile for tiled or simple bitmap fill.

H...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-06-02 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954





--- Additional comments from a...@openoffice.org Wed Jun  2 10:58:12 + 
2010 ---
AW: Decided. This task will fix (a), I'll write a F'up task for (b) (#i112033#).
Improving fixes to (a)...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-06-02 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Wed Jun  2 11:53:50 + 
2010 ---
AW: Corrected wrong hairline outline creation in ImpSdrGDIMetaFileImport. Also
added code to not unneccessarily create invisible objects.
AW: Commited, done.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-05-31 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954
 Issue #|111954
 Summary|Oo 3.2 breaks metafiles with hatch filled shapes incor
|rectly
   Component|Drawing
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|graphicsneedsconfirm
 Reported by|npower





--- Additional comments from npo...@openoffice.org Mon May 31 09:10:26 
+ 2010 ---
see http://bugzilla.novell.com/show_bug.cgi?id=609665 for more details

synopsis:

1. Add a simple shape to the sheet in Draw (circle, for example)
2. Change the fill type to hatching and select some pattern (e.g. diagonal, 45
degrees)
3. Select the shape just added, right-click it and click Convert to... -
Metafile
4. Select the converted shape again, right-click and select Break.
Actual Results:  
Hatch lines are not clipped by the shape after breaking

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-05-31 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |aw

Target milestone|---   |OOo 3.x





--- Additional comments from w...@openoffice.org Mon May 31 09:57:15 + 
2010 ---
Reproducible. Reassigned.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111954] Oo 3.2 breaks metafiles w ith hatch filled shapes incorrectly

2010-05-31 Thread anachron
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111954


User anachron changed the following:

What|Old value |New value

  CC|''|'anachron'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org