-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0
-
None
-
sparc
-
solaris_2.5.1
The 2D API lets the developer specify a single path with multiple disconnected
subpaths. When rendering such a path via GDI, the implementation will try
to construct a single polygon out of all of the subpaths by inserting
segments between the subpaths that enclose no area to connect them.
This step, while necessary to use X11 to accelerate rendering, is unnecessary
when using GDI since it has a PolyPolyline rendering method.
subpaths. When rendering such a path via GDI, the implementation will try
to construct a single polygon out of all of the subpaths by inserting
segments between the subpaths that enclose no area to connect them.
This step, while necessary to use X11 to accelerate rendering, is unnecessary
when using GDI since it has a PolyPolyline rendering method.
- relates to
-
JDK-4173275 Win32: need printing capability to write-only printer device.
-
- Closed
-