[graphics-issues] [Issue 112300] clipping within metafiles broken with rotated gradients

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


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Wed Jun 30 07:55:29 + 
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 112300] clipping within metafiles broken with rotated gradients

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





--- Additional comments from a...@openoffice.org Tue Jun 29 11:15:32 + 
2010 ---
AW: Re-checked with wntmsci12.pro build. Works as expected.

-
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 112300] clipping within metafiles broken with rotated gradients

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


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from a...@openoffice.org Tue Jun 29 11:16:23 + 
2010 ---
AW-WG: Please review.

-
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 112300] clipping within metafiles broken with rotated gradients

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


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Tue Jun 15 12:53:27 + 
2010 ---
AW: Indeed, only happens with Metafiles created with OOo3.0 or earlier.Have to
check with an old version what happens when creating Metafiles there. No
problems with new versions, all works well. Activating one of the OLEs makes all
work since a new metafile gets created. Also happens with rectangle shapes in
3.0 when filled with any gradient (rotated is not needed) and converted to 
metafile.

Checked what happened in versions 3.0 or older when creating Metafiles (the old
versions before primitives). Indeed, in the old paints in
SdrRectObj::ImpDoPaintRectObj, a gradient for a rectangle without rotation,
shear and edge radius (old PaintNeedsXPoly()) was painted by
XOutputDevice::ImpDrawFillPolyPolygon using pOut-DrawGradient with a rectangle
directly. This only created a simple META_GRADIENT_ACTION, but no
META_GRADIENTEX_ACTION which would contain the filled polygon.

This means that when old single META_GRADIENT_ACTIONs come along, these have to
be clipped manually by their given rectangle. This is also done by VCL when such
an action gets painted; the output gets implicitely clipped by the given
rectangle in device coordinates.

Trying to emulate that...

-
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 112300] clipping within metafiles broken with rotated gradients

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


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Tue Jun 15 13:22:36 + 
2010 ---
AW: Okay, works as expected. Also checked the cases no real gradient and
NonOverlappingFillGradientPrimitive2D.
AW: Ckecked in, 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 112300] clipping within metafiles broken with rotated gradients

2010-06-11 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112300
 Issue #|112300
 Summary|clipping within metafiles broken with rotated gradient
|s
   Component|Drawing
 Version|DEV300m80
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|aw
 Reported by|iha





--- Additional comments from i...@openoffice.org Fri Jun 11 08:34:57 + 
2010 ---
Load the attached example document and look at the different areas filled with a
rotated gradient. Within the chart and the draw OLE the rotated gradient filling
leaps out of the rectangle. For a normal single shape which is not presented as
metafile there is no such problem.
The problem occurs with files saved with OOo 3.0 or older.

-
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 112300] clipping within metafiles broken with rotated gradients

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





--- Additional comments from i...@openoffice.org Fri Jun 11 08:36:01 + 
2010 ---
Created an attachment (id=69925)
example showing the problem


-
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 112300] clipping within metafiles broken with rotated gradients

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


User iha changed the following:

What|Old value |New value

Keywords|  |regression





--- Additional comments from i...@openoffice.org Fri Jun 11 08:38:04 + 
2010 ---
OOo 3.2 had no problems displaying that file, so I set the regression flag.

-
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 112300] clipping within metafiles broken with rotated gradients

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





--- Additional comments from i...@openoffice.org Fri Jun 11 08:41:06 + 
2010 ---
Maybe somehow related with issue 111235?

-
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