Re: [OpenJDK 2D-Dev] Question: Area changes order of points

2015-10-07 Thread Hruda, Steve
Hi Jim, we are using the Area to clip/intersect geometries like a polygon. Such a polygon has a digitizing direction and this direction has an effect on the point order. If we visualize a clipped polygon in our map, than we have the problem that complex line styles like a placed graphic along a

Re: [OpenJDK 2D-Dev] Review request for JDK-8066904: NullPointerExcpetion when calling ImageIO.read() with corrupt BMP

2015-10-07 Thread Jayathirth D v
Hello All, Gentle Reminder. Please review the changes. Thanks, Jay On 10/6/2015 12:57 PM, Jayathirth D v wrote: Hello All, We noticed that jtreg tag "@run" was not matching main class name for test file. So made relevant change only in comment's section of test file. Please find updated We

Re: [OpenJDK 2D-Dev] Question: Area changes order of points

2015-10-07 Thread Jim Graham
Note that "Area" is specifically targeted to processing areas, not outlines. While it does express its answer in the form of an outline, on the other hand the information it is processing, operating on, and representing internally is areas, not outlines. It's output is intended only for filli