-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: OpenJDK6
-
Component/s: client-libs
-
b54
-
generic
-
generic
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2194404 | OpenJDK6 | Jennifer Godinez | P3 | Resolved | Fixed | b20 |
Based on Java Tutorial in
http://java.sun.com/docs/books/tutorial/2d/geometry/strokeandfill.html
"The dash array defines the dash pattern. Alternating elements in the array represent the dash length and the length of the space between dashes in user coordinate units. Element 0 represents the first dash, element 1 the first space, and so on."
Actual result seems to be the other way around.
http://java.sun.com/docs/books/tutorial/2d/geometry/strokeandfill.html
"The dash array defines the dash pattern. Alternating elements in the array represent the dash length and the length of the space between dashes in user coordinate units. Element 0 represents the first dash, element 1 the first space, and so on."
Actual result seems to be the other way around.
- backported by
-
JDK-2194404 BasicStroke's first element dash pattern is not a dash
-
- Resolved
-