Change the colours of icons generated from SVG sources
A Makefile is added in "images/icons" to re-generate the PNG icons from the SVG sources.
12
images/icons/.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
/admin.png
|
||||||
|
/alerts.png
|
||||||
|
/home.png
|
||||||
|
/login.png
|
||||||
|
/members.png
|
||||||
|
/moderate.png
|
||||||
|
/pm.png
|
||||||
|
/profile.png
|
||||||
|
/recent.png
|
||||||
|
/search.png
|
||||||
|
/unread_replies.png
|
||||||
|
/unread.png
|
13
images/icons/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
RSVGCONVERT := $(shell command -v rsvg-convert 2> /dev/null)
|
||||||
|
OPTIPNG := $(shell command -v optipng 2> /dev/null)
|
||||||
|
|
||||||
|
.PHONY: all png
|
||||||
|
|
||||||
|
all: png
|
||||||
|
|
||||||
|
png: admin.png alerts.png home.png login.png members.png moderate.png pm.png profile.png recent.png search.png unread_replies.png unread.png
|
||||||
|
|
||||||
|
%.png: %.svg
|
||||||
|
mkdir --parents $(shell dirname $@)
|
||||||
|
$(RSVGCONVERT) $< --output $@
|
||||||
|
$(OPTIPNG) -o7 -quiet $@
|
Before Width: | Height: | Size: 3.6 KiB |
|
@ -55,7 +55,7 @@
|
||||||
id="rect1386-5-6-7-48-3-4"
|
id="rect1386-5-6-7-48-3-4"
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
transform="matrix(0.90648265,0,0,0.90648265,-87.855149,86.244072)"
|
transform="matrix(0.90648265,0,0,0.90648265,-87.855149,86.244072)"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-9-6-3);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-9-6-3);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="text833-6-2-6-2-1-8-9-7"
|
id="text833-6-2-6-2-1-8-9-7"
|
||||||
xml:space="preserve"><tspan
|
xml:space="preserve"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.9 KiB |
|
@ -57,7 +57,7 @@
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="text833-6-2-6-2-1-4-1"
|
id="text833-6-2-6-2-1-4-1"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-44-5);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-44-5);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
transform="matrix(0.97438646,0,0,0.97438646,40.466307,70.486654)"><tspan
|
transform="matrix(0.97438646,0,0,0.97438646,40.466307,70.486654)"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
y="64.198744"
|
y="64.198744"
|
||||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.1 KiB |
|
@ -55,7 +55,7 @@
|
||||||
id="rect1386-5-6-7-9-3-2"
|
id="rect1386-5-6-7-9-3-2"
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
transform="matrix(0.9743676,0,0,0.9743676,-85.786138,13.365496)"
|
transform="matrix(0.9743676,0,0,0.9743676,-85.786138,13.365496)"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-91);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-91);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="text833-6-2-6-2-1-0"
|
id="text833-6-2-6-2-1-0"
|
||||||
xml:space="preserve"><tspan
|
xml:space="preserve"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.4 KiB |
|
@ -55,7 +55,7 @@
|
||||||
id="rect1386-5-6-7-04-3-4"
|
id="rect1386-5-6-7-04-3-4"
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
transform="matrix(1.0367602,0,0,1.0367602,-90.52238,100.7776)"
|
transform="matrix(1.0367602,0,0,1.0367602,-90.52238,100.7776)"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-3-5);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-3-5);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="text833-6-2-6-2-1-1-6-5"
|
id="text833-6-2-6-2-1-1-6-5"
|
||||||
xml:space="preserve"><tspan
|
xml:space="preserve"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -55,7 +55,7 @@
|
||||||
id="rect1386-5-6-7-04-3-4"
|
id="rect1386-5-6-7-04-3-4"
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
transform="matrix(1.0367602,0,0,1.0367602,-90.52238,100.7776)"
|
transform="matrix(1.0367602,0,0,1.0367602,-90.52238,100.7776)"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-3-5);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-3-5);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="text833-6-2-6-2-1-1-6-5"
|
id="text833-6-2-6-2-1-1-6-5"
|
||||||
xml:space="preserve"><tspan
|
xml:space="preserve"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 3.4 KiB |
|
@ -56,7 +56,7 @@
|
||||||
id="rect1386-5-6-7-0-5-9"
|
id="rect1386-5-6-7-0-5-9"
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
transform="matrix(0.97825566,0,0,0.97825566,-8.1152888,25.150822)"
|
transform="matrix(0.97825566,0,0,0.97825566,-8.1152888,25.150822)"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-2-36-3);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-2-36-3);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="text833-8-8-9-0-3-3"
|
id="text833-8-8-9-0-3-3"
|
||||||
xml:space="preserve"><tspan
|
xml:space="preserve"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.7 KiB |
|
@ -57,7 +57,7 @@
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="text833-6-2-6-2-1-8-7"
|
id="text833-6-2-6-2-1-8-7"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-9-7);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-9-7);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
transform="matrix(1.1521431,0,0,1.1521431,36.362082,-7.5214783)"><tspan
|
transform="matrix(1.1521431,0,0,1.1521431,36.362082,-7.5214783)"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
y="64.198744"
|
y="64.198744"
|
||||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.1 KiB |
|
@ -56,7 +56,7 @@
|
||||||
id="rect1386-5-6-7-7-0"
|
id="rect1386-5-6-7-7-0"
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
transform="matrix(0.96098177,0,0,0.96098177,-7.1490544,70.61973)"
|
transform="matrix(0.96098177,0,0,0.96098177,-7.1490544,70.61973)"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-0-6);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-0-6);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="text833-8-8-9-3-6"
|
id="text833-8-8-9-3-6"
|
||||||
xml:space="preserve"><tspan
|
xml:space="preserve"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2 KiB |
|
@ -55,7 +55,7 @@
|
||||||
id="rect1386-5-6-7-70-5-3"
|
id="rect1386-5-6-7-70-5-3"
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
transform="matrix(1.1335372,0,0,1.1335372,-91.333495,50.349654)"
|
transform="matrix(1.1335372,0,0,1.1335372,-91.333495,50.349654)"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-6);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-6);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="text833-6-2-6-6"
|
id="text833-6-2-6-6"
|
||||||
xml:space="preserve"><tspan
|
xml:space="preserve"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.7 KiB |
|
@ -57,7 +57,7 @@
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="text833-6-2-6-2-1-1-9-5"
|
id="text833-6-2-6-2-1-1-9-5"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-6-2);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-6-4-6-2);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
transform="matrix(1.1353551,0,0,1.1353551,223.02444,62.513521)"><tspan
|
transform="matrix(1.1353551,0,0,1.1353551,223.02444,62.513521)"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
y="64.198744"
|
y="64.198744"
|
||||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.6 KiB |
|
@ -56,7 +56,7 @@
|
||||||
y="40.152718" /><text
|
y="40.152718" /><text
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="text833-6-2-6-2-6"
|
id="text833-6-2-6-2-6"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-2);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-2-2);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
transform="matrix(1.0484957,0,0,1.0484957,-87.572386,-30.446208)"><tspan
|
transform="matrix(1.0484957,0,0,1.0484957,-87.572386,-30.446208)"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
y="64.198744"
|
y="64.198744"
|
||||||
|
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 2.9 KiB |
|
@ -57,7 +57,7 @@
|
||||||
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="text833-8-8-9-0-6-0-2"
|
id="text833-8-8-9-0-6-0-2"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-2-3-1-7);display:inline;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-69-2-2-2-3-1-7);display:inline;fill:#e8304e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
transform="matrix(0.94822194,0,0,0.94822194,15.66616,26.449715)"><tspan
|
transform="matrix(0.94822194,0,0,0.94822194,15.66616,26.449715)"><tspan
|
||||||
x="20.339844"
|
x="20.339844"
|
||||||
y="64.198744"
|
y="64.198744"
|
||||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2 KiB |
|
@ -55,24 +55,24 @@
|
||||||
transform="translate(13.875943,6.405953)"><rect
|
transform="translate(13.875943,6.405953)"><rect
|
||||||
rx="0.42025912"
|
rx="0.42025912"
|
||||||
ry="0.47302708"
|
ry="0.47302708"
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#8530bf;stroke-width:0.733997;stroke-opacity:1"
|
style="fill:#ffffff;fill-opacity:1;stroke:#e8304e;stroke-width:0.733997;stroke-opacity:1"
|
||||||
id="rect3000-6-59-2-58-1-7"
|
id="rect3000-6-59-2-58-1-7"
|
||||||
width="8.2284594"
|
width="8.2284594"
|
||||||
height="9.8124371"
|
height="9.8124371"
|
||||||
x="238.97282"
|
x="238.97282"
|
||||||
y="22.429596" /><g
|
y="22.429596" /><g
|
||||||
style="stroke:#8530bf;stroke-opacity:1"
|
style="stroke:#e8304e;stroke-opacity:1"
|
||||||
transform="matrix(0.89498245,0,0,0.89498245,659.27268,-46.219933)"
|
transform="matrix(0.89498245,0,0,0.89498245,659.27268,-46.219933)"
|
||||||
id="g4708-6-7-9-7-92"><path
|
id="g4708-6-7-9-7-92"><path
|
||||||
style="fill:none;stroke:#8530bf;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:none;stroke:#e8304e;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="m -467.04131,79.930801 h 4.04062"
|
d="m -467.04131,79.930801 h 4.04062"
|
||||||
id="path4500-2-2-1-3-2-0"
|
id="path4500-2-2-1-3-2-0"
|
||||||
inkscape:connector-curvature="0" /><path
|
inkscape:connector-curvature="0" /><path
|
||||||
style="fill:none;stroke:#8530bf;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:none;stroke:#e8304e;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="m -467.04131,82.186848 h 4.04062"
|
d="m -467.04131,82.186848 h 4.04062"
|
||||||
id="path4500-1-7-3-3-55-7-2"
|
id="path4500-1-7-3-3-55-7-2"
|
||||||
inkscape:connector-curvature="0" /><path
|
inkscape:connector-curvature="0" /><path
|
||||||
style="fill:none;stroke:#8530bf;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:none;stroke:#e8304e;stroke-width:1.06667px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="m -467.04131,84.442815 h 4.04062"
|
d="m -467.04131,84.442815 h 4.04062"
|
||||||
id="path4500-17-2-7-4-5-2-3"
|
id="path4500-17-2-7-4-5-2-3"
|
||||||
inkscape:connector-curvature="0" /></g></g><g
|
inkscape:connector-curvature="0" /></g></g><g
|
||||||
|
@ -98,12 +98,12 @@
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path5197-3-8-3-1-9-1-8"
|
id="path5197-3-8-3-1-9-1-8"
|
||||||
d="m 257.08354,30.300309 -5.84631,5.846322"
|
d="m 257.08354,30.300309 -5.84631,5.846322"
|
||||||
style="fill:none;stroke:#8530bf;stroke-width:3.02191px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
|
style="fill:none;stroke:#e8304e;stroke-width:3.02191px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path5199-6-8-0-2-1-0-9"
|
id="path5199-6-8-0-2-1-0-9"
|
||||||
d="m 257.33057,30.053296 1.43935,-1.439354"
|
d="m 257.33057,30.053296 1.43935,-1.439354"
|
||||||
style="fill:none;stroke:#8530bf;stroke-width:3.02283;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path
|
style="fill:none;stroke:#e8304e;stroke-width:3.02283;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path
|
||||||
style="fill:#8530bf;fill-opacity:1;stroke:#8530bf;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
style="fill:#e8304e;fill-opacity:1;stroke:#8530bf;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
d="m 249.96198,35.280985 -0.78239,2.919922 2.9291,-0.784855 z"
|
d="m 249.96198,35.280985 -0.78239,2.919922 2.9291,-0.784855 z"
|
||||||
id="path7728-7-8-3-6-10-6-73"
|
id="path7728-7-8-3-6-10-6-73"
|
||||||
inkscape:connector-curvature="0" /></g></g></g></g></g></svg>
|
inkscape:connector-curvature="0" /></g></g></g></g></g></svg>
|
||||||
|
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |