Kleiner Bugfix
This commit is contained in:
parent
83039f0717
commit
2b20cc0f8e
|
@ -161,7 +161,7 @@ public class Picture extends Shape {
|
|||
}
|
||||
|
||||
AffineTransform current = graphics.getTransform();
|
||||
graphics.transform(getTransform());
|
||||
graphics.transform(transform);
|
||||
graphics.drawImage(image, 0, 0, (int) width, (int) height, null);
|
||||
graphics.setTransform(current);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue