Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
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
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang