[OpenJDK 2D-Dev] Graphics2D.drawLine() seems to ignore BasicStroke.getEndCap()

Clemens Eisserer linuxhippy at gmail.com
Sun Aug 3 19:57:35 UTC 2014


Hi Julien,

Mageia Linux' bug tracker most likely isn't the best place to file
this bug - most distributors simply package OpenJDK and aren't
involved in it's development (with redhat being one of the noteworthy
exceptions)

> This bug is reproducible only with the XRender pipeline.
In your bug report you mention the issue happens when
"sun.java2d.x11.X11Renderer.drawLine()" is used - which is part of the
old X11 pipeline, not the xrender one.

With JDK8 the xrender pipeline is enabled by default, so could you
please try JDK8 on your platform (there were some changes in the
xrender line drawing code between JDK7 and 8, that is why trying JDK8
makes more sense).

Best regards, Clemens



More information about the 2d-dev mailing list