From 8a99b79985995d2e796f655dc0984f8e8b7afbbe Mon Sep 17 00:00:00 2001 From: Ayush Goyal Date: Wed, 20 Oct 2010 14:02:32 +0000 Subject: Implemented Mirroring Effect in Paint Activity (SL#2463) Two mirror effects 'Mirror Horizontal' and 'Mirror Vertical' have been added. Mirror horizontal tool flips the entire image or selected area horizontally. Mirror vertical tool does the same vertically. Signed-off-by: Ayush Goyal --- (limited to 'icons') diff --git a/icons/mirror-horizontal.svg b/icons/mirror-horizontal.svg new file mode 100644 index 0000000..2554356 --- /dev/null +++ b/icons/mirror-horizontal.svg @@ -0,0 +1,272 @@ + +image/svg+xml \ No newline at end of file diff --git a/icons/mirror-vertical.svg b/icons/mirror-vertical.svg new file mode 100644 index 0000000..0bfd72b --- /dev/null +++ b/icons/mirror-vertical.svg @@ -0,0 +1,272 @@ + +image/svg+xml \ No newline at end of file -- cgit v0.9.1