[graphics-issues] [Issue 110768] curved lines of width > z ero are not smooth when printed

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


User wg changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from w...@openoffice.org Tue Jun 22 06:42:46 + 
2010 ---
Closed.

-
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 110768] curved lines of width > z ero are not smooth when printed

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





--- Additional comments from j...@openoffice.org Mon Jun 21 19:36:36 + 
2010 ---
Testing "OOo-dev 3.3  300m83(Build:9511)" on Fedora Linux 13

Printed lines look smooth now.

Thanks!

-
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 110768] curved lines of width > z ero are not smooth when printed

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


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Wed Jun  2 08:32:43 + 
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 110768] curved lines of width > z ero are not smooth when printed

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


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from a...@openoffice.org Fri May 28 10:33:38 + 
2010 ---
AW: Checked in CWS aw081, works as expected.
AW->WG: Please verify.

-
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 110768] curved lines of width > z ero are not smooth when printed

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


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Mon May 10 13:15:52 + 
2010 ---
AW: Works as expected, checked 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 110768] curved lines of width > z ero are not smooth when printed

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





--- Additional comments from a...@openoffice.org Mon May 10 13:13:30 + 
2010 ---
AW: Debugged a simple example, just one curve with some width. MetaFiles created
correctly, a MetaPolyLineAction with the original bezier in a tools Polygon and
a correct LineInfo is used.
When printing, OutputDevice::impPaintLineGeometryWithEvtlExpand is used. Since
the bezier is not subdivided yet, it gets the default subdivision from
basegfx::tools::createAreaGeometry which is not optimal.
Added code to force usage of basegfx::tools::adaptiveSubdivideByDistance in that
cases. Testing...

-
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 110768] curved lines of width > z ero are not smooth when printed

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


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Mon May 10 11:54:30 + 
2010 ---
AW: Checked, and curves do not fallback to polygons through their control points
(as i first thought), but the quality got worse. PDF is probably okay since
curves go fully to PDF now.

AW: Looking which path the curve takes when printing (MetaFile)...

-
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 110768] curved lines of width > z ero are not smooth when printed

2010-04-16 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110768


User cl changed the following:

What|Old value |New value

 Assigned to|cl|aw





--- Additional comments from c...@openoffice.org Fri Apr 16 12:26:08 + 
2010 ---
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 110768] curved lines of width > z ero are not smooth when printed

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


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |cl

Keywords|oooqa |oooqa, regression

Target milestone|---   |OOo 3.3





--- Additional comments from w...@openoffice.org Mon Apr 12 06:21:24 + 
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 110768] curved lines of width > z ero are not smooth when printed

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa





--- Additional comments from reg...@openoffice.org Sat Apr 10 19:55:46 
+ 2010 ---
Output is smooth in DEV300m68, but buggy in DEV300m69.

Export to pdf is OK.

-
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 110768] curved lines of width > z ero are not smooth when printed

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





--- Additional comments from j...@openoffice.org Sat Apr 10 19:12:05 + 
2010 ---
Created an attachment (id=68857)
Sample document showing 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 110768] curved lines of width > z ero are not smooth when printed

2010-04-10 Thread jes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110768
 Issue #|110768
 Summary|curved lines of width > zero are not smooth when print
|ed
   Component|Drawing
 Version|DEV300m76
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|printing
 Assigned to|graphicsneedsconfirm
 Reported by|jes





--- Additional comments from j...@openoffice.org Sat Apr 10 19:11:20 + 
2010 ---
Steps to reproduce:
1) File > New > Drawing
2) Insert an ellipse, size about 1/4 page
3) Change line width/thickness to 0.1 cm
4) File > Print

Printed ellipse is not smooth, has obvious segments.

Same figure printed in OOo 3.2 is smooth; not smooth printed from DEV300_m76.

See attached document for an example with output.

-
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