https://issues.apache.org/ooo/show_bug.cgi?id=123129
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest|4.0.0 |--- Confirmation on| | --- Comment #3 from Armin Le Grand <[email protected]> --- ALG: Object used for this is AnchorOverlayObject using AnchorPrimitive. The line widthis defined as 'ANCHORLINE_WIDTH * 15.0' as logic width, where ANCHORLINE_WIDTH is 1 itself. AnchorPrimitive is a DiscreteMetricDependentPrimitive2D and internally has access to how many logic units are a discrete unit (dependent current mapping). This is used in AnchorPrimitive::create2DDecomposition to calculate a LineAttribute which needs a logical LineWidth by dividing '15' with getDiscreteUnit(). To create a fixed, view-dependent LineWidth, the discrete width (e.g. 3 pixels) should be multiplied with getDiscreteUnit(). Checking in debugger what happens there exactly (on linux)... -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
