From 298acaace26b91c13ba7d0ebb68b3aa94e154e7a Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 18 Oct 2023 16:06:11 +0200 Subject: [PATCH] Reworking SVG object icons to use default system sans-serif font. Provides better native integration at the cost of uniformisation. --- .../icons/objects/Function.svg | 109 ++++++++---------- .../icons/objects/Gain Bode.svg | 89 +++++++------- .../icons/objects/Phase Bode.svg | 86 +++++++------- .../LogarithmPlotter/icons/objects/Point.svg | 68 ++++++++++- .../icons/objects/Sequence.svg | 102 +++++++--------- .../icons/objects/Somme gains Bode.svg | 96 --------------- .../icons/objects/Somme gains Bode2.svg | 93 --------------- .../icons/objects/Somme phases Bode.svg | 92 --------------- .../LogarithmPlotter/icons/objects/Text.svg | 90 +++++++++++---- .../icons/objects/X Cursor.svg | 95 ++++++++------- 10 files changed, 354 insertions(+), 566 deletions(-) delete mode 100644 LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme gains Bode.svg delete mode 100644 LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme gains Bode2.svg delete mode 100644 LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme phases Bode.svg diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Function.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Function.svg index 2dbb7cf..6d707ce 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Function.svg +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Function.svg @@ -1,44 +1,17 @@ + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> - - - @@ -47,8 +20,7 @@ image/svg+xml - - 2021 + 2021-2023 Ad5001 @@ -56,7 +28,7 @@ - (C) Ad5001 2021 - Licensed under CC4.0-BY-NC-SA + (C) Ad5001 2021-2023 - Licensed under CC4.0-BY-NC-SA - - - - - + f + x + ( + ) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Gain Bode.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Gain Bode.svg index 2d085e7..3a2b85f 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Gain Bode.svg +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Gain Bode.svg @@ -1,47 +1,17 @@ + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> - - - - @@ -50,13 +20,40 @@ image/svg+xml - + 2021-2023 + + + Ad5001 + + + + + (C) Ad5001 2021-2023 - Licensed under CC4.0-BY-NC-SA + + + + + + + + + + + + ω + x="-0.105" + y="11.959" + style="font-size:17px">ω + d="m 20.686533,-6.169873 2.232051,-0.1339746 -0.06218,13.8923049 -2.23205,0.1339746 z" /> diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Phase Bode.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Phase Bode.svg index e9a0278..9bb60bf 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Phase Bode.svg +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Phase Bode.svg @@ -1,44 +1,17 @@ + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> - - - @@ -47,13 +20,40 @@ image/svg+xml - + 2021-2023 + + + Ad5001 + + + + + (C) Ad5001 2021-2023 - Licensed under CC4.0-BY-NC-SA + + + + + + + + + + + + + d="m 15,2 v 14 h 2 V 4 h 7 V 2 Z" /> φ + x="6.1339936" + y="11.163" + style="font-size:17px;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none">φ diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Point.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Point.svg index 8bee87b..d8de8b0 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Point.svg +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Point.svg @@ -1 +1,67 @@ -A + + + + + A + + + + 2021-2023 + + + Ad5001 + + + + + (C) Ad5001 2021-2023 - Licensed under CC4.0-BY-NC-SA + + + + + + + + + + + + + + + + diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Sequence.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Sequence.svg index 9bbbf82..75c08f1 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Sequence.svg +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Sequence.svg @@ -1,45 +1,17 @@ + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> - - - @@ -48,56 +20,62 @@ image/svg+xml - + 2021-2023 + + + Ad5001 + + + + + (C) Ad5001 2021-2023 - Licensed under CC4.0-BY-NC-SA + + u + style="font-size:17.3333px;-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">u n - - - - - - + style="font-size:17px;stroke-width:1.00003;-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">n + ( + ) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme gains Bode.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme gains Bode.svg deleted file mode 100644 index 4a61e54..0000000 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme gains Bode.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme gains Bode2.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme gains Bode2.svg deleted file mode 100644 index 6965e85..0000000 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme gains Bode2.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - ΣG - - - diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme phases Bode.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme phases Bode.svg deleted file mode 100644 index 24aa9d0..0000000 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Somme phases Bode.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - Σφ - - diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Text.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Text.svg index 0872104..0fd08e2 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Text.svg +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Text.svg @@ -1,19 +1,19 @@ + inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + inkscape:window-maximized="1" + inkscape:showpageshadow="2" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1"> + id="grid2039" + originx="0" + originy="0" + spacingy="1" + spacingx="1" + units="px" + visible="true" /> + id="grid2058" + originx="0" + originy="0" + spacingy="1" + spacingx="1" + units="px" + visible="true" /> @@ -50,8 +65,37 @@ image/svg+xml - + 2021-2023 + + + Ad5001 + + + + + (C) Ad5001 2021-2023 - Licensed under CC4.0-BY-NC-SA + + + + + + + + + + + + - + t diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/X Cursor.svg b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/X Cursor.svg index a7b534d..aeb04c8 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/X Cursor.svg +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/X Cursor.svg @@ -1,47 +1,17 @@ + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> - - - - @@ -50,13 +20,40 @@ image/svg+xml - + 2021-2023 + + + Ad5001 + + + + + (C) Ad5001 2021-2023 - Licensed under CC4.0-BY-NC-SA + + + + + + + + + + + + - - + X