src/java.desktop/windows/classes/sun/awt/windows/WPathGraphics.java

Print this page

        

*** 1398,1408 **** --- 1398,1410 ---- * the GDI rendered area of our BufferedImage to that which * may correspond to a rotate or shear. * The saved device transform is needed as the current transform * is not likely to be the same. */ + if (savedClip != null) { deviceClip(savedClip.getPathIterator(savedTransform)); + } /* Scale the bounding rectangle by the scale transform. * Because the scaling transform has only x and y * scaling components it is equivalent to multiplying * the x components of the bounding rectangle by