Update app icon
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 45 KiB |
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 923 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
4
app/src/debug/res/values/ic_launcher_background.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#233139</color>
|
||||
</resources>
|
||||
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 44 KiB |
@ -3,6 +3,7 @@ package de.mm20.launcher2.fragment
|
||||
import android.Manifest
|
||||
import android.app.WallpaperManager
|
||||
import android.content.Intent
|
||||
import android.graphics.drawable.ColorDrawable
|
||||
import android.os.Build
|
||||
import android.os.Bundle
|
||||
import android.view.View
|
||||
@ -109,7 +110,7 @@ class PreferencesAppearanceFragment : PreferenceFragmentCompat() {
|
||||
shapePreference.setOnPreferenceClickListener {
|
||||
val launcherIcon = LauncherIcon(
|
||||
foreground = requireContext().getDrawable(R.mipmap.ic_launcher_foreground)!!,
|
||||
background = requireContext().getDrawable(R.mipmap.ic_launcher_background)
|
||||
background = ColorDrawable(requireContext().getColor(R.color.ic_launcher_background))
|
||||
)
|
||||
val iconShapeList = LinearLayout(requireContext())
|
||||
iconShapeList.orientation = LinearLayout.VERTICAL
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
BIN
app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 5.0 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 923 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.9 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 8.0 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 24 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
4
app/src/main/res/values/ic_launcher_background.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#233139</color>
|
||||
</resources>
|
||||
|
Before Width: | Height: | Size: 42 KiB |
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 923 B |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 15 KiB |
@ -28,9 +28,9 @@
|
||||
scale-x="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:zoom="1.1407621"
|
||||
inkscape:cx="313.38698"
|
||||
inkscape:cy="182.77255"
|
||||
inkscape:zoom="2.2815242"
|
||||
inkscape:cx="168.52769"
|
||||
inkscape:cy="330.69998"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1032"
|
||||
inkscape:window-x="1920"
|
||||
@ -361,12 +361,12 @@
|
||||
<path
|
||||
id="rect1002"
|
||||
style="fill:#496777;fill-opacity:1;stroke:none;stroke-width:3.14384;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter6442)"
|
||||
d="M 256 71.208984 L 115.99023 211.21875 L 115.99023 416.92383 L 396.00977 416.92383 L 396.00977 211.21875 L 256 71.208984 z " />
|
||||
d="M 256,91.208984 115.99023,231.21875 V 436.92383 H 396.00977 V 231.21875 Z" />
|
||||
<path
|
||||
id="rect1150"
|
||||
style="color:#000000;fill:#ace330;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;filter:url(#filter4113)"
|
||||
d="M 256,-67.882812 222.05859,-33.943359 -66.708984,254.82422 -32.767578,288.76562 256,-0.00195313 544.76758,288.76562 578.70898,254.82422 289.94141,-33.943359 Z"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,91.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6246)"
|
||||
id="rect1683"
|
||||
@ -375,7 +375,7 @@
|
||||
x="208"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6282)"
|
||||
id="rect2045"
|
||||
@ -384,7 +384,7 @@
|
||||
x="208"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2047"
|
||||
@ -393,7 +393,7 @@
|
||||
x="328"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#f47373;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6270)"
|
||||
id="rect2049"
|
||||
@ -402,7 +402,7 @@
|
||||
x="328"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2051"
|
||||
@ -411,7 +411,7 @@
|
||||
x="88"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6294)"
|
||||
id="rect2053"
|
||||
@ -420,7 +420,7 @@
|
||||
x="88"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:25px;font-family:'Product Sans';-inkscape-font-specification:'Product Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
@ -431,7 +431,7 @@
|
||||
id="tspan12814" /></text>
|
||||
<path
|
||||
style="fill:#fdfeff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.40607px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 353.62188,366.71573 C 352.41122,367.05787 351.33216,367.2421 350.38469,367.2421 347.22646,367.2421 345.09466,364.92607 344.01559,360.26768 H 343.884 C 341.27846,365.29453 337.62018,367.79479 333.01443,367.79479 329.56669,367.79479 326.80324,366.50518 324.72407,363.89964 322.6449,361.2941 321.61848,358.0306 321.61848,354.08281 321.61848,349.47706 322.80282,345.79246 325.14517,342.92373 327.48752,340.05501 330.67207,338.60748 334.69881,338.60748 336.85694,338.60748 338.80451,339.21281 340.4889,340.39715 342.17329,341.6078 343.4629,343.29219 344.35774,345.47663 H 344.46301 L 346.33163,339.16017 H 353.06919 L 347.43701,353.16166 C 348.06866,356.42517 348.72662,358.66225 349.46354,359.84658 350.09519,361.03092 350.99002,361.63625 352.0954,361.63625 352.72704,361.63625 353.2271,361.53097 353.67451,361.34674 L 353.62188,366.71573 M 342.41016,352.92479 C 341.85747,349.95079 340.96264,347.63476 339.75198,346.05564 338.56765,344.45021 337.12012,343.66065 335.46205,343.66065 333.30393,343.66065 331.5669,344.63444 330.27729,346.5557 328.98768,348.50327 328.40867,350.89826 328.40867,353.71435 328.40867,356.29357 328.90873,358.42538 330.04043,360.1624 331.14581,361.89943 332.64597,362.74163 334.51458,362.74163 336.0937,362.74163 337.54122,361.97839 338.83083,360.53087 340.14676,359.03071 341.22582,356.84626 342.09434,353.97754 Z"
|
||||
d="M 353.00182,379.36932 C 351.79116,379.71146 350.7121,379.89569 349.76463,379.89569 346.6064,379.89569 344.4746,377.57966 343.39553,372.92127 H 343.26394 C 340.6584,377.94812 337.00012,380.44838 332.39437,380.44838 328.94663,380.44838 326.18318,379.15877 324.10401,376.55323 322.02484,373.94769 320.99842,370.68419 320.99842,366.7364 320.99842,362.13065 322.18276,358.44605 324.52511,355.57732 326.86746,352.7086 330.05201,351.26107 334.07875,351.26107 336.23688,351.26107 338.18445,351.8664 339.86884,353.05074 341.55323,354.26139 342.84284,355.94578 343.73768,358.13022 H 343.84295 L 345.71157,351.81376 H 352.44913 L 346.81695,365.81525 C 347.4486,369.07876 348.10656,371.31584 348.84348,372.50017 349.47513,373.68451 350.36996,374.28984 351.47534,374.28984 352.10698,374.28984 352.60704,374.18456 353.05445,374.00033 L 353.00182,379.36932 M 341.7901,365.57838 C 341.23741,362.60438 340.34258,360.28835 339.13192,358.70923 337.94759,357.1038 336.50006,356.31424 334.84199,356.31424 332.68387,356.31424 330.94684,357.28803 329.65723,359.20929 328.36762,361.15686 327.78861,363.55185 327.78861,366.36794 327.78861,368.94716 328.28867,371.07897 329.42037,372.81599 330.52575,374.55302 332.02591,375.39522 333.89452,375.39522 335.47364,375.39522 336.92116,374.63198 338.21077,373.18446 339.5267,371.6843 340.60576,369.49985 341.47428,366.63113 Z"
|
||||
id="path18154" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -28,9 +28,9 @@
|
||||
scale-x="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:zoom="0.57038106"
|
||||
inkscape:cx="142.88693"
|
||||
inkscape:cy="241.06691"
|
||||
inkscape:zoom="1.1407621"
|
||||
inkscape:cx="245.88825"
|
||||
inkscape:cy="301.11449"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1032"
|
||||
inkscape:window-x="1920"
|
||||
@ -361,12 +361,12 @@
|
||||
<path
|
||||
id="rect1002"
|
||||
style="fill:#496777;fill-opacity:1;stroke:none;stroke-width:3.14384;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter6442)"
|
||||
d="M 256 71.208984 L 115.99023 211.21875 L 115.99023 416.92383 L 396.00977 416.92383 L 396.00977 211.21875 L 256 71.208984 z " />
|
||||
d="M 256,91.208984 115.99023,231.21875 V 436.92383 H 396.00977 V 231.21875 Z" />
|
||||
<path
|
||||
id="rect1150"
|
||||
style="color:#000000;fill:#ace330;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;filter:url(#filter4113)"
|
||||
d="M 256,-67.882812 222.05859,-33.943359 -66.708984,254.82422 -32.767578,288.76562 256,-0.00195313 544.76758,288.76562 578.70898,254.82422 289.94141,-33.943359 Z"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,91.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6246)"
|
||||
id="rect1683"
|
||||
@ -375,7 +375,7 @@
|
||||
x="208"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6282)"
|
||||
id="rect2045"
|
||||
@ -384,7 +384,7 @@
|
||||
x="208"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2047"
|
||||
@ -393,7 +393,7 @@
|
||||
x="328"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#6ad0ff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6270)"
|
||||
id="rect2049"
|
||||
@ -402,7 +402,7 @@
|
||||
x="328"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2051"
|
||||
@ -411,7 +411,7 @@
|
||||
x="88"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6294)"
|
||||
id="rect2053"
|
||||
@ -420,7 +420,7 @@
|
||||
x="88"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:25px;font-family:'Product Sans';-inkscape-font-specification:'Product Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
@ -428,10 +428,10 @@
|
||||
y="358.00165"
|
||||
id="text12816"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan12814"></tspan></text>
|
||||
id="tspan12814" /></text>
|
||||
<path
|
||||
style="fill:#fdfeff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.05409px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 332.13327,365.55701 V 376.91612 H 327.30616 V 343.22908 C 327.30616,340.25066 328.18942,337.909 329.93539,336.16302 331.66083,334.41705 334.06411,333.53379 337.02199,333.53379 339.87717,333.53379 342.07505,334.23218 343.71832,335.58788 345.34105,336.98466 346.14214,338.9155 346.14214,341.35987 346.14214,343.04422 345.60808,344.62586 344.53995,346.08427 343.47183,347.54267 342.09559,348.54917 340.3907,349.10378 V 349.18594 C 342.9583,349.59675 344.95077,350.5211 346.30647,352.02058 347.66216,353.47898 348.34001,355.3482 348.34001,357.64878 348.34001,360.36017 347.39513,362.57859 345.52592,364.28348 343.63615,365.98837 341.17125,366.83055 338.09012,366.83055 335.91278,366.83055 333.92032,366.39919 332.13327,365.55701 M 335.19386,351.50706 V 347.56321 C 336.98091,347.33726 338.43931,346.67995 339.61014,345.57074 340.76043,344.441 341.33558,343.188 341.33558,341.75014 341.33558,338.9155 339.87717,337.47764 337.00145,337.47764 335.44034,337.47764 334.22843,337.97062 333.38626,338.97712 332.54408,339.98363 332.13327,341.38041 332.13327,343.20854 V 361.26397 C 334.00249,362.35264 335.83062,362.8867 337.59714,362.8867 339.32257,362.8867 340.67827,362.4348 341.64369,361.55155 342.60911,360.64775 343.08155,359.37421 343.08155,357.75148 343.08155,354.07467 340.45232,352.02058 335.19386,351.50706 Z"
|
||||
d="M 332.13327,377.55701 V 388.91612 H 327.30616 V 355.22908 C 327.30616,352.25066 328.18942,349.909 329.93539,348.16302 331.66083,346.41705 334.06411,345.53379 337.02199,345.53379 339.87717,345.53379 342.07505,346.23218 343.71832,347.58788 345.34105,348.98466 346.14214,350.9155 346.14214,353.35987 346.14214,355.04422 345.60808,356.62586 344.53995,358.08427 343.47183,359.54267 342.09559,360.54917 340.3907,361.10378 V 361.18594 C 342.9583,361.59675 344.95077,362.5211 346.30647,364.02058 347.66216,365.47898 348.34001,367.3482 348.34001,369.64878 348.34001,372.36017 347.39513,374.57859 345.52592,376.28348 343.63615,377.98837 341.17125,378.83055 338.09012,378.83055 335.91278,378.83055 333.92032,378.39919 332.13327,377.55701 M 335.19386,363.50706 V 359.56321 C 336.98091,359.33726 338.43931,358.67995 339.61014,357.57074 340.76043,356.441 341.33558,355.188 341.33558,353.75014 341.33558,350.9155 339.87717,349.47764 337.00145,349.47764 335.44034,349.47764 334.22843,349.97062 333.38626,350.97712 332.54408,351.98363 332.13327,353.38041 332.13327,355.20854 V 373.26397 C 334.00249,374.35264 335.83062,374.8867 337.59714,374.8867 339.32257,374.8867 340.67827,374.4348 341.64369,373.55155 342.60911,372.64775 343.08155,371.37421 343.08155,369.75148 343.08155,366.07467 340.45232,364.02058 335.19386,363.50706 Z"
|
||||
id="path18154" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -28,9 +28,9 @@
|
||||
scale-x="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:zoom="0.40332031"
|
||||
inkscape:cx="-236.7845"
|
||||
inkscape:cy="154.96368"
|
||||
inkscape:zoom="1.1407621"
|
||||
inkscape:cx="246.76486"
|
||||
inkscape:cy="322.15305"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1032"
|
||||
inkscape:window-x="1920"
|
||||
@ -361,12 +361,12 @@
|
||||
<path
|
||||
id="rect1002"
|
||||
style="fill:#496777;fill-opacity:1;stroke:none;stroke-width:3.14384;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter6442)"
|
||||
d="M 256 71.208984 L 115.99023 211.21875 L 115.99023 416.92383 L 396.00977 416.92383 L 396.00977 211.21875 L 256 71.208984 z " />
|
||||
d="M 256,91.208984 115.99023,231.21875 V 436.92383 H 396.00977 V 231.21875 Z" />
|
||||
<path
|
||||
id="rect1150"
|
||||
style="color:#000000;fill:#ace330;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;filter:url(#filter4113)"
|
||||
d="M 256,-67.882812 222.05859,-33.943359 -66.708984,254.82422 -32.767578,288.76562 256,-0.00195313 544.76758,288.76562 578.70898,254.82422 289.94141,-33.943359 Z"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,91.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6246)"
|
||||
id="rect1683"
|
||||
@ -375,7 +375,7 @@
|
||||
x="208"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6282)"
|
||||
id="rect2045"
|
||||
@ -384,7 +384,7 @@
|
||||
x="208"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2047"
|
||||
@ -393,7 +393,7 @@
|
||||
x="328"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fe5e00;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6270)"
|
||||
id="rect2049"
|
||||
@ -402,7 +402,7 @@
|
||||
x="328"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2051"
|
||||
@ -411,7 +411,7 @@
|
||||
x="88"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6294)"
|
||||
id="rect2053"
|
||||
@ -420,7 +420,7 @@
|
||||
x="88"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:25px;font-family:'Product Sans';-inkscape-font-specification:'Product Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
@ -428,10 +428,10 @@
|
||||
y="358.00165"
|
||||
id="text12816"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan12814"></tspan></text>
|
||||
id="tspan12814" /></text>
|
||||
<path
|
||||
style="fill:#fdfeff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10.7561px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 333.79646,332.94813 H 337.77572 V 336.92741 H 338.77053 A 2.9844482,2.9844482 0 0 1 341.75498,339.91185 V 346.87557 L 340.87955,347.75101 344.14255,353.40156 C 346.35103,351.23286 347.72388,348.22852 347.72388,344.88593 H 351.70315 C 351.70315,349.70084 349.57424,354.01834 346.19186,356.9431 L 352.43931,367.7667 352.69795,372.18369 348.97734,369.75633 342.86918,359.1516 C 340.76017,360.2061 338.33281,360.803 335.78609,360.803 333.23936,360.803 330.81201,360.2061 328.70299,359.1516 L 322.59483,369.75633 318.87422,372.18369 319.13287,367.7667 330.69263,347.75101 329.81719,346.87557 V 339.91185 A 2.9844482,2.9844482 0 0 1 332.80164,336.92741 H 333.79646 V 332.94813 M 330.69263,355.68964 C 332.24454,356.4258 333.97552,356.82372 335.78609,356.82372 337.59666,356.82372 339.32764,356.4258 340.87955,355.68964 L 337.97468,350.65587 H 337.95479 C 336.72122,351.84964 334.85097,351.84964 333.61739,350.65587 H 333.59749 L 330.69263,355.68964 M 335.78609,340.90667 A 1.9896322,1.9896322 0 0 0 333.79646,342.8963 1.9896322,1.9896322 0 0 0 335.78609,344.88593 1.9896322,1.9896322 0 0 0 337.77572,342.8963 1.9896322,1.9896322 0 0 0 335.78609,340.90667 Z"
|
||||
style="fill:#fdfeff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:24.7597px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 355.44183,355.3586 H 348.97342 C 347.93757,353.51707 346.51037,351.90571 344.78392,350.75477 L 348.53606,347.09469 345.29034,343.84898 340.29517,348.84415 C 339.23629,348.59095 338.1774,348.45284 337.02644,348.45284 335.87547,348.45284 334.83962,348.59095 333.78073,348.84415 L 328.76254,343.84898 325.51682,347.09469 329.24594,350.75477 C 327.5195,351.90571 326.11532,353.54009 325.07946,355.3586 H 318.61105 V 359.96246 H 323.42206 C 323.28395,360.72209 323.21489,361.48172 323.21489,362.26439 V 364.5663 H 318.61105 V 369.17015 H 323.21489 V 371.47208 C 323.21489,372.25474 323.28395,373.01437 323.42206,373.77399 H 318.61105 V 378.37785 H 325.07946 C 328.90064,384.98437 337.34872,387.21723 343.93221,383.39604 346.02696,382.19904 347.77644,380.44959 348.97342,378.37785 H 355.44183 V 373.77399 H 350.63083 C 350.76893,373.01437 350.83799,372.25474 350.83799,371.47208 V 369.17015 H 355.44183 V 364.5663 H 350.83799 V 362.26439 C 350.83799,361.48172 350.76893,360.72209 350.63083,359.96246 H 355.44183 V 355.3586 M 346.23414,371.47208 A 9.207698,9.207698 0 0 1 337.02644,380.67977 9.207698,9.207698 0 0 1 327.81874,371.47208 V 362.26439 A 9.207698,9.207698 0 0 1 337.02644,353.05667 9.207698,9.207698 0 0 1 346.23414,362.26439 V 371.47208 M 341.6303,359.96246 V 364.5663 H 332.42258 V 359.96246 H 341.6303 M 332.42258,369.17015 H 341.6303 V 373.77399 H 332.42258 Z"
|
||||
id="path18154" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -28,9 +28,9 @@
|
||||
scale-x="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:zoom="0.80664063"
|
||||
inkscape:cx="265.91768"
|
||||
inkscape:cy="181.61743"
|
||||
inkscape:zoom="1.6132813"
|
||||
inkscape:cx="230.27603"
|
||||
inkscape:cy="288.54237"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1032"
|
||||
inkscape:window-x="1920"
|
||||
@ -361,12 +361,12 @@
|
||||
<path
|
||||
id="rect1002"
|
||||
style="fill:#496777;fill-opacity:1;stroke:none;stroke-width:3.14384;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter6442)"
|
||||
d="M 256 71.208984 L 115.99023 211.21875 L 115.99023 416.92383 L 396.00977 416.92383 L 396.00977 211.21875 L 256 71.208984 z " />
|
||||
d="M 256,91.208984 115.99023,231.21875 V 436.92383 H 396.00977 V 231.21875 Z" />
|
||||
<path
|
||||
id="rect1150"
|
||||
style="color:#000000;fill:#ace330;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;filter:url(#filter4113)"
|
||||
d="M 256,-67.882812 222.05859,-33.943359 -66.708984,254.82422 -32.767578,288.76562 256,-0.00195313 544.76758,288.76562 578.70898,254.82422 289.94141,-33.943359 Z"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,91.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6246)"
|
||||
id="rect1683"
|
||||
@ -375,7 +375,7 @@
|
||||
x="208"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6282)"
|
||||
id="rect2045"
|
||||
@ -384,7 +384,7 @@
|
||||
x="208"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2047"
|
||||
@ -393,7 +393,7 @@
|
||||
x="328"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#ace330;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6270)"
|
||||
id="rect2049"
|
||||
@ -402,7 +402,7 @@
|
||||
x="328"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2051"
|
||||
@ -411,7 +411,7 @@
|
||||
x="88"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6294)"
|
||||
id="rect2053"
|
||||
@ -420,7 +420,7 @@
|
||||
x="88"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:25px;font-family:'Product Sans';-inkscape-font-specification:'Product Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
@ -428,6 +428,6 @@
|
||||
y="358.00165"
|
||||
id="text12816"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan12814"></tspan></text>
|
||||
id="tspan12814" /></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@ -28,9 +28,9 @@
|
||||
scale-x="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:zoom="0.80664063"
|
||||
inkscape:cx="220.04843"
|
||||
inkscape:cy="82.440678"
|
||||
inkscape:zoom="1.6132813"
|
||||
inkscape:cx="224.07748"
|
||||
inkscape:cy="265.60775"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1032"
|
||||
inkscape:window-x="1920"
|
||||
@ -350,12 +350,12 @@
|
||||
<path
|
||||
id="rect1002"
|
||||
style="fill:#496777;fill-opacity:1;stroke:none;stroke-width:3.14384;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter6442)"
|
||||
d="M 256 71.208984 L 115.99023 211.21875 L 115.99023 416.92383 L 396.00977 416.92383 L 396.00977 211.21875 L 256 71.208984 z " />
|
||||
d="M 256,91.208984 115.99023,231.21875 V 436.92383 H 396.00977 V 231.21875 Z" />
|
||||
<path
|
||||
id="rect1150"
|
||||
style="color:#000000;fill:#ace330;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;filter:url(#filter4113)"
|
||||
d="M 256,-67.882812 222.05859,-33.943359 -66.708984,254.82422 -32.767578,288.76562 256,-0.00195313 544.76758,288.76562 578.70898,254.82422 289.94141,-33.943359 Z"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,91.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6246)"
|
||||
id="rect1683"
|
||||
@ -364,7 +364,7 @@
|
||||
x="208"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6282)"
|
||||
id="rect2045"
|
||||
@ -373,7 +373,7 @@
|
||||
x="208"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2047"
|
||||
@ -382,7 +382,7 @@
|
||||
x="328"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6270)"
|
||||
id="rect2049"
|
||||
@ -391,7 +391,7 @@
|
||||
x="328"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6234)"
|
||||
id="rect2051"
|
||||
@ -400,7 +400,7 @@
|
||||
x="88"
|
||||
y="248.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
<rect
|
||||
style="fill:#fffffe;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;filter:url(#filter6294)"
|
||||
id="rect2053"
|
||||
@ -409,6 +409,6 @@
|
||||
x="88"
|
||||
y="368.59521"
|
||||
ry="19.788397"
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,71.210746)" />
|
||||
transform="matrix(0.67522029,0,0,0.67522029,83.143607,83.210746)" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |