From d0326548898a9e644d7a5de144fa088770b204d5 Mon Sep 17 00:00:00 2001
From: Reqrefusion <39885728+Reqrefusion@users.noreply.github.com>
Date: Sun, 28 Apr 2024 23:59:51 +0300
Subject: [PATCH 1/3] Making Technical Drawing icons more compatible with Part
Design and Assembly icons
It is aimed to provide integrity by including the shape used in other workbenches in technical drawing icons. For the hidden line, color variation was used instead of dashed. The reason for this is to comply with the art guide. I think the dashed line looks better.
---
.../icons/actions/TechDraw_PageDefault.svg | 183 +++++++++++-----
.../actions/TechDraw_ProjectionGroup.svg | 206 ++++++++++++++----
.../Resources/icons/preferences-techdraw.svg | 191 ++++++++++++----
3 files changed, 445 insertions(+), 135 deletions(-)
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg
index bc1ff62ae6..44089b92cd 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg
@@ -2,20 +2,20 @@
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg
index 6eb68fbe64..0f1a7fd8ca 100755
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg
@@ -2,25 +2,25 @@
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg b/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg
index 5c2a2cd7b3..f2a458ac77 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg
@@ -1,15 +1,57 @@
From 7851bf65e09e7fe12d8c0489438b2216541c0102 Mon Sep 17 00:00:00 2001
From: Reqrefusion <39885728+Reqrefusion@users.noreply.github.com>
Date: Mon, 29 Apr 2024 15:18:37 +0300
Subject: [PATCH 2/3] Making Technical Drawing icons more compatible with Part
Design and Assembly icons Continue
Another overlooked logo was combined and hidden lines were made into dash lines
---
.../icons/actions/TechDraw_PageDefault.svg | 8 +-
.../actions/TechDraw_ProjectionGroup.svg | 82 +++-----
.../icons/actions/TechDraw_Symbol.svg | 196 ++++++++++++++----
.../Resources/icons/preferences-techdraw.svg | 8 +-
4 files changed, 189 insertions(+), 105 deletions(-)
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg
index 44089b92cd..5615ac111f 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg
@@ -29,9 +29,9 @@
inkscape:window-height="837"
id="namedview3057"
showgrid="true"
- inkscape:zoom="5.4250344"
- inkscape:cx="13.363971"
- inkscape:cy="5.2534229"
+ inkscape:zoom="43.400275"
+ inkscape:cx="36.60115"
+ inkscape:cy="24.27404"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
@@ -1112,7 +1112,7 @@
+ style="display:inline;fill:#2e3436;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:4,2;stroke-dashoffset:2;stroke-opacity:1" />
-
-
-
+ transform="translate(0,16)"
+ style="display:inline">
+ transform="rotate(-90)" />
+ transform="rotate(-90)" />
-
+
-
+ transform="translate(2.5322442e-7,-2)"
+ style="display:inline">
+ style="display:inline;fill:#2e3436;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:4, 2;stroke-dashoffset:2;stroke-opacity:1" />
+ transform="translate(2.5322442e-7,-2)"
+ style="display:inline">
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg b/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg
index f2a458ac77..754dc33e6a 100644
--- a/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg
@@ -25,9 +25,9 @@
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
- inkscape:zoom="40.062501"
- inkscape:cx="19.831513"
- inkscape:cy="23.700467"
+ inkscape:zoom="14.164233"
+ inkscape:cx="9.7075499"
+ inkscape:cy="21.074208"
inkscape:window-width="1600"
inkscape:window-height="837"
inkscape:window-x="-8"
@@ -756,7 +756,7 @@
+ style="display:inline;fill:#2e3436;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:4,2;stroke-dashoffset:2;stroke-opacity:1" />
Date: Mon, 29 Apr 2024 15:44:39 +0300
Subject: [PATCH 3/3] Correction of some line colors
---
.../actions/TechDraw_ProjectionGroup.svg | 22 +++++++++----------
.../icons/actions/TechDraw_Symbol.svg | 19 ++++++++--------
2 files changed, 21 insertions(+), 20 deletions(-)
diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg
index ced74f0633..4e4cf4cf0b 100755
--- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg
+++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg
@@ -570,7 +570,7 @@
inkscape:zoom="13.772928"
inkscape:cx="24.431987"
inkscape:cy="30.893939"
- inkscape:current-layer="layer2"
+ inkscape:current-layer="svg249"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
@@ -748,35 +748,35 @@
d="m 12,-2 v 14 h 6 v -2 h 8 V 4 h -8 v -6 z"
transform="matrix(1.2857143,0,0,1,-8.0334303,28.882995)" />
+ style="display:inline;fill:#302b00;fill-opacity:1;stroke:#302b00;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:4, 2;stroke-dashoffset:2;stroke-opacity:1" />
+ transform="matrix(0,-0.42543722,0.42543722,0,5.2149434,62.276312)"
+ style="display:inline" />