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
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