[Bug 383] Graphics.drawLine fails to draw Dot, works on Sun
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Apr 21 07:51:09 PDT 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=383
------- Comment #3 from jon.vanalten at redhat.com 2010-04-21 14:51 -------
After spending a bit of time looking at this, the problem is the case where all
of A) Stroke width is set greater than one, B) Line begins and ends at same
point (ie it's a "dot"), and C) Lines are being drawn with some sort of endcap
decoration. What is actually happening in this case is the endcaps of this
zero-length line are failing to be rendered; note that proprietary Java also
renders nothing for this case if CAP_BUTT is specified for the BasicStroke.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list