-
Bug
-
Resolution: Fixed
-
P4
-
2.0, 1.1.2
-
1.2beta4
-
generic, sparc
-
solaris_2.5.1
-
Not verified
Printing for awt drawArc is wrong. Extra lines are printed compared to screen.
This is problem in PostScript created by PSPrintStream.java about PostScript path issues.
g.drawString("drawArc(25,235,150,100,45,90);", 25,215);
g.drawArc(25,235,150,100,45,90);
See the attached java test file graf.java
This is problem in PostScript created by PSPrintStream.java about PostScript path issues.
g.drawString("drawArc(25,235,150,100,45,90);", 25,215);
g.drawArc(25,235,150,100,45,90);
See the attached java test file graf.java
- duplicates
-
JDK-4193890 Strange diagonal lines printed in pages with second-level unordered lists.
-
- Closed
-