[graphics-issues] [Issue 113776] Bezier curves are not smo oth in editing view or image export

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





--- Additional comments from j...@openoffice.org Mon Aug 23 15:44:37 + 
2010 ---
Testing "OOo-dev 3.3  330m5(Build:9521)" on Fedora Linux 13:

Looks great: curve is smooth while editing, with aa ON or OFF.

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 113776] Bezier curves are not smo oth in editing view or image export

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


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Mon Aug 16 09:15:30 + 
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 113776] Bezier curves are not smo oth in editing view or image export

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


User hdu changed the following:

What|Old value |New value

  CC|'aw'  |'aw,hdu'

 Assigned to|hdu   |wg





--- Additional comments from h...@openoffice.org Fri Aug 13 12:48:55 + 
2010 ---
@wg: please verify in CWS ooo33gsl05

-
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 113776] Bezier curves are not smo oth in editing view or image export

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


User hdu changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from h...@openoffice.org Fri Aug 13 07:14:17 + 
2010 ---
Avoiding the current default subdivision in createLineTrapezoidFromB2DPolygon() 
solves this problem. 
Done in CWS ooo33gsl05.

Since the default subdivision having the problems outlined above is used all 
over place there probably will 
be related issues.

-
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 113776] Bezier curves are not smo oth in editing view or image export

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





--- Additional comments from h...@openoffice.org Thu Aug 12 15:38:43 + 
2010 ---
I suggest to use the optimal split parameters provided by e.g.  
B2DCubicBezier::getMaxDistancePositions() 
instead of using the split parameters 0.1, 0.2,..., 0.9 independently of the 
actual curve shape as the latter 
is geometrically  wrong especially for non-trivial curves.

-
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 113776] Bezier curves are not smo oth in editing view or image export

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





--- Additional comments from h...@openoffice.org Thu Aug 12 15:30:00 + 
2010 ---
Created an attachment (id=71057)
bugdoc for reproducing the issue


-
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 113776] Bezier curves are not smo oth in editing view or image export

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





--- Additional comments from h...@openoffice.org Thu Aug 12 15:27:21 + 
2010 ---
Yup, the polygon subdivision used in that method splits bezier segments into 
just ten line segments each 
regardless of the actual shape of the segments. For non-trivial segments this 
can change a smoothly 
rounded corner into edges that are almost orthogonal!

-
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 113776] Bezier curves are not smo oth in editing view or image export

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


User hdu changed the following:

What|Old value |New value

  CC|''|'aw'

 IssuesThisDependsOn|  |107360,111021

  Status|NEW   |STARTED





--- Additional comments from h...@openoffice.org Thu Aug 12 14:58:09 + 
2010 ---
This problem is probably in the new method 
basegfx::tools::createLineTrapezoidFromB2DPolygon() 
introduced in issue 107360. It was activated for xrender targets in issue 
111021, which got into 
DEV300_m83.

-
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 113776] Bezier curves are not smo oth in editing view or image export

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


User aw changed the following:

What|Old value |New value

 Assigned to|aw|hdu





--- Additional comments from a...@openoffice.org Thu Aug 12 14:40:10 + 
2010 ---
AW: Could reproduce on Linux on a DEV330m3. Seems to be Linux-specific. Only
happens with AA on, so it is a XRender-problem.
AW->HDU: Must have have to do with XRender graphics output under Linux. Please
have a look.

-
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 113776] Bezier curves are not smo oth in editing view or image export

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





--- Additional comments from a...@openoffice.org Thu Aug 12 14:34:51 + 
2010 ---
AW: Does not happen on DEV300m83 on WIN. Which system is this done on and
reproduced...?

-
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 113776] Bezier curves are not smo oth in editing view or image export

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


User ul changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |12
  is|  |





-
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 113776] Bezier curves are not smo oth in editing view or image export

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


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |aw

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.3





--- Additional comments from w...@openoffice.org Thu Aug 12 07:59:57 + 
2010 ---
Ok, thanks to jes for investigation. Only visible on direct display, not on a
VM. 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 113776] Bezier curves are not smo oth in editing view or image export

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





--- Additional comments from f...@openoffice.org Wed Aug 11 14:53:58 + 
2010 ---
This is a regression - in 3.2.1 this issue is not present.

-
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 113776] Bezier curves are not smo oth in editing view or image export

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





--- Additional comments from j...@openoffice.org Wed Aug 11 14:24:56 + 
2010 ---
Created an attachment (id=71041)
screen capture showing curve edit with aa=on/off


-
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 113776] Bezier curves are not smo oth in editing view or image export

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





--- Additional comments from j...@openoffice.org Wed Aug 11 14:24:03 + 
2010 ---
It's the latest snapshot from OO.org: OOO330_m3

> What are your settings under tool/options/view/Graphics output?

Bingo! It's the antialias setting:

  aa=off, curve is smooth

  aa=on, curve rendered as line segments

Screenshot attached.

-
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 113776] Bezier curves are not smo oth in editing view or image export

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


User wg changed the following:

What|Old value |New value

Keywords|  |needmoreinfo





--- Additional comments from w...@openoffice.org Wed Aug 11 07:10:19 + 
2010 ---
Is this an original OOo build or from Fedora? What are your settings under
tool/options/view/Graphics 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



[graphics-issues] [Issue 113776] Bezier curves are not smo oth in editing view or image export

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





--- Additional comments from j...@openoffice.org Tue Aug 10 14:54:07 + 
2010 ---
Created an attachment (id=71029)
screen capture showing curve edit


-
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 113776] Bezier curves are not smo oth in editing view or image export

2010-08-10 Thread jes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113776
 Issue #|113776
 Summary|Bezier curves are not smooth in editing view or image 
|export
   Component|Drawing
 Version|OOO330m3
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|graphicsneedsconfirm
 Reported by|jes





--- Additional comments from j...@openoffice.org Tue Aug 10 14:53:26 + 
2010 ---
Testing "OOo-dev 3.3  330m3(Build:9519)" on Fedora Linux 13

Steps to reproduce:

1) File > New > Drawing
2) Create a curved line (2 nodes is enough); adjust the handles to produce a
sharp curve.

See that the curve does not appear smooth, but as a series of straight lines.

Printing and export to PDF produce smooth lines; File > Export as image does 
not.

It seems that while moving the node handles, a smooth curve appears as a broken
line, then disappears when the handle is released (see attached screenshot).

-
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