From a0d5d7032ed32124fc6119072e51468add760078 Mon Sep 17 00:00:00 2001 From: Tibor Korcsok Date: Sun, 14 Apr 2024 22:29:37 +0200 Subject: [PATCH] Mirror flip image Added a new method to flip the image along its horizontal axis. --- .idea/misc.xml | 2 +- src/main-en/java/fri/shapesge/Image.java | 8 ++++++++ src/main-sk/java/fri/shapesge/Obrazok.java | 8 ++++++++ .../java/fri/shapesge/drawables/ImageDrawable.java | 12 +++++++++++- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index a8cb301..ac50c40 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -14,7 +14,7 @@