To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100851





------- Additional comments from h...@openoffice.org Thu Apr  9 11:33:16 +0000 
2009 -------
I agree that the patch is a good idea for 3.1.

> you told me several times that LineWidth is NOT supported through to XRender 
> [code path]

Line width is only supported for xdpi==ydpi devices because that would require 
support from createAreaGeometry() for asymmetric geometries.

> what you suggest is the SAME line geometry preparation done in the DrawLine 
> implementation
> in VCL then used in primitive decomposition.

If there only was a cheaper method of creating polygons for lines... 
createAreaGeometry() creates a 
perfect (but polygon-count heavy and thus expensive) geometry while we just 
need a geometry good-
enough for the target device... something like "emboldening" a line. I know 
that approach is not perfect 
from a theoretical standpoint but e.g. flattening "wild" curves, then expanding 
perpendicular to both 
sides and then removing self intersections would be good enough for typical 
linewidths on a display. 
And it would create only few extra polygons if at all. That is no OOx3.1 
material though, maybe I'll have 
a go at it for 3.x. E.g. freetype's FT_Outline_Embolden does it in a similar 
way and I haven't read many 
complaints about the visual quality.


---------------------------------------------------------------------
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

Reply via email to