From 91007cf4055697b13a70e24099e6dcb02d528b7a Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sun, 11 Dec 2022 16:13:06 +0000 Subject: [PATCH] Image_sources: New general-purpose images by Roland Hahn (font, grid, flag) git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8645 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../svg (Roland Hahn)/Flag_04_16.svg | 95 ++++++ .../svg (Roland Hahn)/Flag_04_24.svg | 98 ++++++ .../svg (Roland Hahn)/Flag_04_32.svg | 98 ++++++ .../svg (Roland Hahn)/Flag_04_36.svg | 98 ++++++ .../svg (Roland Hahn)/Flag_04_48.svg | 98 ++++++ .../svg (Roland Hahn)/Flag_04_64.svg | 95 ++++++ .../svg (Roland Hahn)/Font_21_16.svg | 42 +++ .../svg (Roland Hahn)/Font_21_24.svg | 42 +++ .../svg (Roland Hahn)/Font_21_32.svg | 42 +++ .../svg (Roland Hahn)/Font_21_36.svg | 42 +++ .../svg (Roland Hahn)/Font_21_48.svg | 42 +++ .../svg (Roland Hahn)/Font_21_64.svg | 42 +++ .../svg (Roland Hahn)/Font_22_16.svg | 61 ++++ .../svg (Roland Hahn)/Font_22_24.svg | 61 ++++ .../svg (Roland Hahn)/Font_22_32.svg | 61 ++++ .../svg (Roland Hahn)/Font_22_36.svg | 61 ++++ .../svg (Roland Hahn)/Font_22_48.svg | 61 ++++ .../svg (Roland Hahn)/Font_22_64.svg | 61 ++++ .../svg (Roland Hahn)/Font_23_16.svg | 69 ++++ .../svg (Roland Hahn)/Font_23_24.svg | 69 ++++ .../svg (Roland Hahn)/Font_23_32.svg | 69 ++++ .../svg (Roland Hahn)/Font_23_36.svg | 69 ++++ .../svg (Roland Hahn)/Font_23_48.svg | 69 ++++ .../svg (Roland Hahn)/Font_23_64.svg | 69 ++++ .../svg (Roland Hahn)/Grid_15_16.svg | 54 ++++ .../svg (Roland Hahn)/Grid_15_24.svg | 54 ++++ .../svg (Roland Hahn)/Grid_15_32.svg | 54 ++++ .../svg (Roland Hahn)/Grid_15_36.svg | 54 ++++ .../svg (Roland Hahn)/Grid_15_48.svg | 55 ++++ .../svg (Roland Hahn)/Grid_15_64.svg | 54 ++++ .../states/svg (Roland Hahn)/quickfix.svg | 299 +++++++---------- .../states/svg (Roland Hahn)/quickfix_150.svg | 304 +++++++----------- .../states/svg (Roland Hahn)/quickfix_200.svg | 301 +++++++---------- .../states/svg (Roland Hahn)/quickfix_69.svg | 294 +++++++---------- .../states/svg (Roland Hahn)/quickfix_75.svg | 293 +++++++---------- 35 files changed, 2505 insertions(+), 925 deletions(-) create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_64.svg diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_16.svg new file mode 100644 index 000000000..51afd9958 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_16.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_24.svg new file mode 100644 index 000000000..87a61dbe0 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_24.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_32.svg new file mode 100644 index 000000000..9773ab509 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_32.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_36.svg new file mode 100644 index 000000000..113988db3 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_36.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_48.svg new file mode 100644 index 000000000..3e44c54e3 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_48.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_64.svg new file mode 100644 index 000000000..3df451bf1 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Flag_04_64.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_16.svg new file mode 100644 index 000000000..709759a50 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_16.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_24.svg new file mode 100644 index 000000000..b1d72dfae --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_24.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_32.svg new file mode 100644 index 000000000..aa883e4f1 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_32.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_36.svg new file mode 100644 index 000000000..aab58decc --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_36.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_48.svg new file mode 100644 index 000000000..8e7722b7f --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_48.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_64.svg new file mode 100644 index 000000000..1e5442152 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_21_64.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_16.svg new file mode 100644 index 000000000..46b0ed4a5 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_16.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_24.svg new file mode 100644 index 000000000..6ef9fc098 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_24.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_32.svg new file mode 100644 index 000000000..f6a3d2b8e --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_32.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_36.svg new file mode 100644 index 000000000..daea4e249 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_36.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_48.svg new file mode 100644 index 000000000..d12c7cfd0 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_48.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_64.svg new file mode 100644 index 000000000..0575aab67 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_22_64.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_16.svg new file mode 100644 index 000000000..611afa8c1 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_16.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_24.svg new file mode 100644 index 000000000..9b0cf5905 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_24.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_32.svg new file mode 100644 index 000000000..56fd098e0 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_32.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_36.svg new file mode 100644 index 000000000..34af919b2 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_36.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_48.svg new file mode 100644 index 000000000..dfa471a84 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_48.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_64.svg new file mode 100644 index 000000000..9981d8658 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Font_23_64.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_16.svg new file mode 100644 index 000000000..45829cfdc --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_16.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_24.svg new file mode 100644 index 000000000..586218e8d --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_24.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_32.svg new file mode 100644 index 000000000..31766b420 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_32.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_36.svg new file mode 100644 index 000000000..711f89beb --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_36.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_48.svg new file mode 100644 index 000000000..1686a6e14 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_48.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_64.svg new file mode 100644 index 000000000..b000ce83c --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Grid_15_64.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + diff --git a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix.svg b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix.svg index d25960366..45ea5c256 100644 --- a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix.svg +++ b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix.svg @@ -1,206 +1,131 @@ - - + inkscape:export-ydpi="96" + inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - - - - - - - - + id="defs201" /> + inkscape:zoom="57.375" + inkscape:cx="7.9912854" + inkscape:cy="8" + inkscape:current-layer="svg197"> + id="grid970" /> - - - - image/svg+xml - - - - - + + + + + + + + + + + + - - - - - - - - - - + fill="none" + stroke="#e4b600" + stroke-linecap="round" + stroke-width=".214972" + transform="matrix(-3.2892935 -3.2892935 -3.2892935 3.2892935 44.005987 26.821992)" + id="g189"> + + + + + + + + diff --git a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_150.svg b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_150.svg index 50162ca84..5048c6bde 100644 --- a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_150.svg +++ b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_150.svg @@ -1,211 +1,135 @@ - - + inkscape:export-ydpi="96" + inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - - - - - - - - + id="defs515" /> + inkscape:zoom="38.25" + inkscape:cx="11.986928" + inkscape:cy="12" + inkscape:current-layer="svg511"> + id="grid920" /> - - - - image/svg+xml - - - - - + + + + + + + + + + + + transform="matrix(1.5000001 0 0 1.5000001 0 -.000072)" + id="g509"> + - - - - - - - - - - + fill="none" + stroke="#e4b600" + stroke-linecap="round" + stroke-width=".214972" + transform="matrix(-3.2892935 -3.2892935 -3.2892935 3.2892935 44.005987 26.821992)" + id="g501"> + + + + + + + + diff --git a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_200.svg b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_200.svg index 9bf579f77..b0bc35477 100644 --- a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_200.svg +++ b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_200.svg @@ -1,208 +1,135 @@ - - + inkscape:export-ydpi="96" + inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - - - - - - - - + id="defs672" /> + inkscape:zoom="28.6875" + inkscape:cx="15.982571" + inkscape:cy="16" + inkscape:current-layer="svg668"> + id="grid895" /> - - - - image/svg+xml - - - - - + + + + + + + + + + + + transform="matrix(2.0000001 0 0 2.0000001 0 -.000096)" + id="g666"> + - - - - - - - - - - + fill="none" + stroke="#e4b600" + stroke-linecap="round" + stroke-width=".214972" + transform="matrix(-3.2892935 -3.2892935 -3.2892935 3.2892935 44.005987 26.821992)" + id="g658"> + + + + + + + + diff --git a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_69.svg b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_69.svg index 50a9c2e24..fc00ab90e 100644 --- a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_69.svg +++ b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_69.svg @@ -1,203 +1,135 @@ - - + inkscape:export-ydpi="96" + inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - - - - - - - - + id="defs40" /> + inkscape:zoom="83.454545" + inkscape:cx="5.4940087" + inkscape:cy="5.5" + inkscape:current-layer="svg36"> + id="grid994" /> - - - - image/svg+xml - - - - - + + + + + + + + + + + + transform="matrix(.68749596 0 0 .68749596 .000032 0)" + id="g34"> + + fill="none" + stroke="#e4b600" + stroke-linecap="round" + stroke-width=".214972" + transform="matrix(-4.6517635 0 0 4.6517635 49.269236 -3.115386)" + id="g26"> - - - - - + d="m8.3343094.77720757v2.14972233" + id="path18" /> + + + + + + + diff --git a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_75.svg b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_75.svg index 51f321b55..a4e97ffdd 100644 --- a/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_75.svg +++ b/image_sources/lazarus/images/states/svg (Roland Hahn)/quickfix_75.svg @@ -1,202 +1,135 @@ - - + inkscape:export-ydpi="96" + inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - - - - - - - - + id="defs358" /> + inkscape:zoom="76.5" + inkscape:cx="5.9934641" + inkscape:cy="6" + inkscape:current-layer="svg354"> + id="grid945" /> - - - - image/svg+xml - - - - - + + + + + + + + + + + + transform="matrix(-1 0 0 1 -6.500002 .499847)" + id="g352"> + + fill="none" + stroke="#e4b600" + stroke-linecap="round" + stroke-width=".264581" + transform="matrix(3.7795573 0 0 3.7795573 -46.5 -3.999999)" + id="g344"> - - - - - + d="m8.334309 1.0583653v1.5874875" + id="path336" /> + + + + + + +