|
Quick Lists
|
|
Bug ID:
|
6793344
|
|
Votes
|
0
|
|
Synopsis
|
BasicStroke's first element dash pattern is not a dash
|
|
Category
|
java:classes_2d
|
|
Reported Against
|
|
|
Release Fixed
|
7(b54)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
13-JAN-2009
|
|
Description
|
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.
Posted Date : 2009-01-13 21:25:32.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Fix is initializing the renderer with dashOn=true.
Posted Date : 2009-01-28 18:58:16.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |