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

2014-08-05 Thread Julien Gouesse
Hi I confirm that the XRender pipeline works correctly with OpenJDK 1.8, my bug isn't reproducible, Luigi (Mageia contributer) updated the RPMs on Mageia Cauldron to allow me to give it a try with Mageia 4. I'll probably enable it when running my applications with OpenJDK 1.7 update 60 and 65

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

2014-08-03 Thread Julien Gouesse
Hi I have filled a bug report against Mageia Linux: https://bugs.mageia.org/show_bug.cgi?id=13850 This bug is reproducible only with the XRender pipeline. Best regards. Le Vendredi 1 août 2014 11h39, Julien Gouesse goues...@yahoo.fr a écrit : Hi This bug is only reproducible under Mageia

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

2014-08-03 Thread Clemens Eisserer
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

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

2014-08-01 Thread Julien Gouesse
Hi This bug is only reproducible under Mageia Linux. I will try to fix it by myself as nobody feels concerned. Le Vendredi 25 juillet 2014 10h25, Julien Gouesse goues...@yahoo.fr a écrit : Hi Actually, the problem comes from the drawing of the first point rather than the end cap. Best

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

2014-07-25 Thread Julien Gouesse
Hi Actually, the problem comes from the drawing of the first point rather than the end cap. Best regards. Le Jeudi 17 juillet 2014 23h31, Julien Gouesse goues...@yahoo.fr a écrit : Hello I try to draw a diagonal cross and I get a different result with the same code under Microsoft