Re: [OpenJDK 2D-Dev] Various fixes to pisces stroke widening code

2010-08-02 Thread Denis Lila
Hello Jim. > I'm guessing the test for "y == boundsMaxY-1" at line 470 could > probably also be deleted now (since it will be handled by the end > test when y reaches maxY)? Indeed it can. I've done this, and also updated a few comments that might have been misleading (they were written before c

Re: [OpenJDK 2D-Dev] X11 uniform scaled wide lines and dashed lines; STROKE_CONTROL in Pisces

2010-08-02 Thread Denis Lila
Hi Jim. I implemented STROKE_CONTROL today. I used the intermediate NormalizingPathIterator, instead of implementing flattening in pisces, because I wanted to get something working asap, and this would be the easiest way. The webrev is http://icedtea.classpath.org/~dlila/webrevs/fpWithStrokeCon