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