From c5d9980cde510e7d685fd7a1682748c7ffd5fc5c Mon Sep 17 00:00:00 2001 From: Clarisse Genrault Date: Thu, 26 Jan 2017 07:59:12 +0100 Subject: [PATCH] Adding icons to SVG format for Symmetry feature. --- src/FeaturesPlugin/icons/SVG/symmetry.svg | 219 ++++++++++++++++++ .../icons/SVG/symmetry_axis_32x32.svg | 120 ++++++++++ .../icons/SVG/symmetry_plane_32x32.svg | 111 +++++++++ .../icons/SVG/symmetry_point_32x32.svg | 116 ++++++++++ 4 files changed, 566 insertions(+) create mode 100644 src/FeaturesPlugin/icons/SVG/symmetry.svg create mode 100644 src/FeaturesPlugin/icons/SVG/symmetry_axis_32x32.svg create mode 100644 src/FeaturesPlugin/icons/SVG/symmetry_plane_32x32.svg create mode 100644 src/FeaturesPlugin/icons/SVG/symmetry_point_32x32.svg diff --git a/src/FeaturesPlugin/icons/SVG/symmetry.svg b/src/FeaturesPlugin/icons/SVG/symmetry.svg new file mode 100644 index 000000000..5289921e5 --- /dev/null +++ b/src/FeaturesPlugin/icons/SVG/symmetry.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/FeaturesPlugin/icons/SVG/symmetry_axis_32x32.svg b/src/FeaturesPlugin/icons/SVG/symmetry_axis_32x32.svg new file mode 100644 index 000000000..b3ec794e1 --- /dev/null +++ b/src/FeaturesPlugin/icons/SVG/symmetry_axis_32x32.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/src/FeaturesPlugin/icons/SVG/symmetry_plane_32x32.svg b/src/FeaturesPlugin/icons/SVG/symmetry_plane_32x32.svg new file mode 100644 index 000000000..b3354054a --- /dev/null +++ b/src/FeaturesPlugin/icons/SVG/symmetry_plane_32x32.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/src/FeaturesPlugin/icons/SVG/symmetry_point_32x32.svg b/src/FeaturesPlugin/icons/SVG/symmetry_point_32x32.svg new file mode 100644 index 000000000..e9873c79f --- /dev/null +++ b/src/FeaturesPlugin/icons/SVG/symmetry_point_32x32.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + -- 2.39.2