Re: [OpenJDK 2D-Dev] Fixes for two bugs in stroker

2010-09-22 Thread Denis Lila
Hello Omair. I'm sorry it took me so long to get to this. The first patch looks good. The second one breaks miter joins for counter clockwise paths. For example, if the path is p.moveTo(0, 0);p.lineTo(0, 100);p.lineTo(100,100); p.lineTo(100,0);p.closePath(); the miter join on the close won't be dr

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

2010-09-22 Thread Denis Lila
Hello Jim. > I'll take a look at this if I can, but last minute JavaOne issues (like > a rewrite of my slides - gulp) are starting to take over my life for the > next couple of weeks. That's ok. That webrev wasn't as polished as I thought. I've done a lot of testing since then and fixed many bu