From 452394a154d107d94f4f18e5b8c16bcf470feb22 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Sat, 24 Dec 2016 03:28:12 +0100 Subject: [PATCH] Sketcher: Parabola icons ======================== Slightly modified icons based on Jim's original proposal: http://forum.freecadweb.org/viewtopic.php?f=10&t=8038&hilit=hyperbola#p66129 N.B. Yes Jim, it took me slightly two years to use your 2014 icons...beter late than sorry :) --- src/Mod/Sketcher/Gui/Resources/Sketcher.qrc | 6 + ...her_Element_Parabolic_Arc_Centre_Point.svg | 411 +++++++++++++++ .../Sketcher_Element_Parabolic_Arc_Edge.svg | 411 +++++++++++++++ ...etcher_Element_Parabolic_Arc_End_Point.svg | 411 +++++++++++++++ ...cher_Element_Parabolic_Arc_Start_Point.svg | 411 +++++++++++++++ .../icons/Sketcher_Parabolic_Arc.svg | 475 ++++++++++++++++++ .../icons/Sketcher_Parabolic_Arc_Constr.svg | 475 ++++++++++++++++++ 7 files changed, 2600 insertions(+) create mode 100644 src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Centre_Point.svg create mode 100644 src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Edge.svg create mode 100644 src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_End_Point.svg create mode 100644 src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Start_Point.svg create mode 100644 src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Parabolic_Arc.svg create mode 100644 src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Parabolic_Arc_Constr.svg diff --git a/src/Mod/Sketcher/Gui/Resources/Sketcher.qrc b/src/Mod/Sketcher/Gui/Resources/Sketcher.qrc index db139b8d42..b7639491bd 100644 --- a/src/Mod/Sketcher/Gui/Resources/Sketcher.qrc +++ b/src/Mod/Sketcher/Gui/Resources/Sketcher.qrc @@ -118,6 +118,10 @@ icons/Sketcher_Element_Line_Edge.svg icons/Sketcher_Element_Line_EndPoint.svg icons/Sketcher_Element_Line_StartingPoint.svg + icons/Sketcher_Element_Parabolic_Arc_Centre_Point.svg + icons/Sketcher_Element_Parabolic_Arc_Edge.svg + icons/Sketcher_Element_Parabolic_Arc_End_Point.svg + icons/Sketcher_Element_Parabolic_Arc_Start_Point.svg icons/Sketcher_Element_Point_StartingPoint.svg icons/Sketcher_Element_SelectionTypeInvalid.svg icons/Sketcher_Elliptical_Arc.svg @@ -130,6 +134,8 @@ icons/Sketcher_MergeSketch.svg icons/Sketcher_MirrorSketch.svg icons/Sketcher_NewSketch.svg + icons/Sketcher_Parabolic_Arc.svg + icons/Sketcher_Parabolic_Arc_Constr.svg icons/Sketcher_ProfilesHexagon1.svg icons/Sketcher_RectangularArray.svg icons/Sketcher_SelectConflictingConstraints.svg diff --git a/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Centre_Point.svg b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Centre_Point.svg new file mode 100644 index 0000000000..cf22b46bdd --- /dev/null +++ b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Centre_Point.svg @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Edge.svg b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Edge.svg new file mode 100644 index 0000000000..562ab6f702 --- /dev/null +++ b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Edge.svg @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_End_Point.svg b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_End_Point.svg new file mode 100644 index 0000000000..014e9ce614 --- /dev/null +++ b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_End_Point.svg @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Start_Point.svg b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Start_Point.svg new file mode 100644 index 0000000000..f92298d82d --- /dev/null +++ b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Parabolic_Arc_Start_Point.svg @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Parabolic_Arc.svg b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Parabolic_Arc.svg new file mode 100644 index 0000000000..70fedb6a83 --- /dev/null +++ b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Parabolic_Arc.svg @@ -0,0 +1,475 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Parabolic_Arc_Constr.svg b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Parabolic_Arc_Constr.svg new file mode 100644 index 0000000000..7f99dbd3da --- /dev/null +++ b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Parabolic_Arc_Constr.svg @@ -0,0 +1,475 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +