Community
Participate
Working Groups
Build Identifier: swt-3.5.2-gtk-linux-x86.zip rotate/flip methods in Snippet139.java do not consider about scanlinePad. They fail to convert a image whoes height and/or width are not multiples of 8. I'll attach a fix patch. Reproducible: Always Steps to Reproduce: 1. Rewrite Snippet139.java 'Image(display, 50, 30)' -> 'Image(display, 51, 31)' 2. javac -cp .:swt-debug.jar org/eclipse/swt/snippets/Snippet139.java 3. java -cp .:swt-debug.jar org/eclipse/swt/snippets/Snippet139
Created attachment 177184 [details] Fix patch
I cannot reproduce this issue.