mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 14:43:33 +02:00
Kleiner Bugfix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user