< prev index next >

modules/graphics/src/main/java/com/sun/javafx/iio/ios/IosImageLoader.java

Print this page
rev 8890 : RT-40778

@@ -238,12 +238,12 @@
                 null, // a palette index to use as background
                 null, // background color
                 null, // a palette index to be used as transparency
                 delayTime == 0 ? null : delayTime, // the amount of time to pause at the current image (milliseconds).
                 nImages > 1 ? loopCount : null, // number of loops
-                inWidth, // source width
-                inHeight, // source height
+                width, // image width
+                height, // image height
                 null, // image left offset
                 null, // image top offset
                 null); // disposal method
 
         updateImageMetadata(md);
< prev index next >