1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 14:04:48 -04:00

Slight height adjustments to character

- Adjsuted heights the of top and bottom portions of the character so they align better with each other
- Cleaned up and simplified a few SVGs
- Added (or brought back) the retro shirt
This commit is contained in:
Anthony Foxclaw 2020-07-15 07:35:20 -04:00
parent b6c0ca0855
commit 0185999e9c
10 changed files with 793 additions and 577 deletions

View file

@ -100,23 +100,29 @@ __meta__ = {
"_edit_lock_": true "_edit_lock_": true
} }
[node name="top" type="Sprite" parent="body"]
position = Vector2( 7, 80 )
texture = ExtResource( 25 )
__meta__ = {
"_edit_lock_": true
}
[node name="legs" type="Sprite" parent="body"] [node name="legs" type="Sprite" parent="body"]
position = Vector2( 3, 189 ) position = Vector2( 1.47027, 192.868 )
texture = ExtResource( 5 ) texture = ExtResource( 5 )
[node name="top" type="Sprite" parent="body"]
position = Vector2( 7, 78 )
texture = ExtResource( 25 )
[node name="head" type="Sprite" parent="body"] [node name="head" type="Sprite" parent="body"]
position = Vector2( 14.1214, -26.841 ) position = Vector2( 14.1214, -28.841 )
texture = ExtResource( 27 ) texture = ExtResource( 27 )
__meta__ = {
"_edit_lock_": true [node name="eyes" type="AnimatedSprite" parent="body/head"]
} position = Vector2( 17.6857, 4.22147 )
frames = SubResource( 3 )
frame = 6
playing = true
[node name="mouth" type="AnimatedSprite" parent="body/head"]
position = Vector2( 38.1195, 8.68453 )
frames = SubResource( 4 )
frame = 6
playing = true
[node name="accessory" type="Sprite" parent="body"] [node name="accessory" type="Sprite" parent="body"]
position = Vector2( 9.54095, 73.0832 ) position = Vector2( 9.54095, 73.0832 )
@ -130,21 +136,3 @@ position = Vector2( 51.7305, -20.2165 )
__meta__ = { __meta__ = {
"_edit_lock_": true "_edit_lock_": true
} }
[node name="eyes" type="AnimatedSprite" parent="body/emote"]
position = Vector2( -19.9234, -2.40303 )
frames = SubResource( 3 )
frame = 3
playing = true
__meta__ = {
"_edit_lock_": true
}
[node name="mouth" type="AnimatedSprite" parent="body/emote"]
position = Vector2( 0.510399, 2.06003 )
frames = SubResource( 4 )
frame = 6
playing = true
__meta__ = {
"_edit_lock_": true
}

View file

@ -0,0 +1,10 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3]
[node name="nlShirt" instance=ExtResource( 1 )]
texture_normal = ExtResource( 3 )
script = ExtResource( 2 )
[connection signal="pressed" from="." to="." method="_on_tops_pressed"]

View file

@ -1,6 +1,7 @@
[gd_scene load_steps=18 format=2] [gd_scene load_steps=20 format=2]
[ext_resource path="res://scenes/clothing/camera.tscn" type="PackedScene" id=1] [ext_resource path="res://scenes/clothing/camera.tscn" type="PackedScene" id=1]
[ext_resource path="res://sprites/clothes/retro_shirt.svg" type="Texture" id=2]
[ext_resource path="res://scenes/clothing/pants/beatUpJeans.tscn" type="PackedScene" id=3] [ext_resource path="res://scenes/clothing/pants/beatUpJeans.tscn" type="PackedScene" id=3]
[ext_resource path="res://scenes/clothing/pants/jeans.tscn" type="PackedScene" id=4] [ext_resource path="res://scenes/clothing/pants/jeans.tscn" type="PackedScene" id=4]
[ext_resource path="res://scenes/clothing/pants/skirt.tscn" type="PackedScene" id=5] [ext_resource path="res://scenes/clothing/pants/skirt.tscn" type="PackedScene" id=5]
@ -16,6 +17,7 @@
[ext_resource path="res://scenes/clothing/tops/atomicShirt.tscn" type="PackedScene" id=15] [ext_resource path="res://scenes/clothing/tops/atomicShirt.tscn" type="PackedScene" id=15]
[ext_resource path="res://scenes/clothing/tops/nlShirt.tscn" type="PackedScene" id=16] [ext_resource path="res://scenes/clothing/tops/nlShirt.tscn" type="PackedScene" id=16]
[ext_resource path="res://scenes/clothing/pants/sweatPants.tscn" type="PackedScene" id=17] [ext_resource path="res://scenes/clothing/pants/sweatPants.tscn" type="PackedScene" id=17]
[ext_resource path="res://scenes/clothing/tops/retroShirt.tscn" type="PackedScene" id=18]
[ext_resource path="res://scripts/wardrobe.gd" type="Script" id=21] [ext_resource path="res://scripts/wardrobe.gd" type="Script" id=21]
[node name="Wordrobe" type="TabContainer"] [node name="Wordrobe" type="TabContainer"]
@ -31,6 +33,7 @@ __meta__ = {
} }
[node name="Pants" type="Tabs" parent="."] [node name="Pants" type="Tabs" parent="."]
visible = false
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
margin_left = 5.0 margin_left = 5.0
@ -63,21 +66,21 @@ texture_normal = ExtResource( 9 )
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 110.0 margin_left = 110.0
margin_right = 220.0 margin_right = 222.0
margin_bottom = 134.0 margin_bottom = 134.0
[node name="jeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 4 )] [node name="jeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 4 )]
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 224.0 margin_left = 226.0
margin_right = 330.0 margin_right = 337.0
margin_bottom = 134.0 margin_bottom = 134.0
[node name="camoJeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 7 )] [node name="camoJeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 7 )]
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 334.0 margin_left = 341.0
margin_right = 444.0 margin_right = 451.0
margin_bottom = 134.0 margin_bottom = 134.0
[node name="sweatPants" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 17 )] [node name="sweatPants" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 17 )]
@ -92,27 +95,26 @@ anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 110.0 margin_left = 110.0
margin_top = 138.0 margin_top = 138.0
margin_right = 220.0 margin_right = 222.0
margin_bottom = 270.0 margin_bottom = 270.0
[node name="formalSkirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 6 )] [node name="formalSkirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 6 )]
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 224.0 margin_left = 226.0
margin_top = 138.0 margin_top = 138.0
margin_right = 330.0 margin_right = 337.0
margin_bottom = 270.0 margin_bottom = 270.0
[node name="skirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 5 )] [node name="skirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 5 )]
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 334.0 margin_left = 341.0
margin_top = 138.0 margin_top = 138.0
margin_right = 444.0 margin_right = 451.0
margin_bottom = 270.0 margin_bottom = 270.0
[node name="Shirts" type="Tabs" parent="."] [node name="Shirts" type="Tabs" parent="."]
visible = false
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
margin_left = 5.0 margin_left = 5.0
@ -134,51 +136,71 @@ size_flags_vertical = 3
columns = 4 columns = 4
[node name="removeShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"] [node name="removeShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
margin_left = 110.0 margin_right = 106.0
margin_top = 119.0 margin_bottom = 115.0
margin_right = 216.0
margin_bottom = 234.0
rect_min_size = Vector2( 0, 112 ) rect_min_size = Vector2( 0, 112 )
texture_normal = ExtResource( 9 ) texture_normal = ExtResource( 9 )
[node name="djShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 14 )] [node name="djShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 14 )]
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_right = 106.0
margin_bottom = 115.0
[node name="kormShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 13 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 110.0 margin_left = 110.0
margin_right = 216.0 margin_right = 216.0
margin_bottom = 115.0 margin_bottom = 115.0
[node name="atomicShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 15 )] [node name="kormShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 13 )]
[node name="nlShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 16 )]
[node name="rawShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 12 )]
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 220.0 margin_left = 220.0
margin_right = 326.0 margin_right = 326.0
margin_bottom = 115.0 margin_bottom = 115.0
[node name="zShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 11 )] [node name="atomicShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 15 )]
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 330.0 margin_left = 330.0
margin_right = 436.0 margin_right = 436.0
margin_bottom = 115.0 margin_bottom = 115.0
[node name="whatsNewShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 10 )] [node name="nlShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 16 )]
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_top = 119.0 margin_top = 119.0
margin_right = 106.0 margin_right = 106.0
margin_bottom = 234.0 margin_bottom = 234.0
[node name="rawShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 12 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 110.0
margin_top = 119.0
margin_right = 216.0
margin_bottom = 234.0
[node name="zShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 11 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 220.0
margin_top = 119.0
margin_right = 326.0
margin_bottom = 234.0
[node name="whatsNewShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 10 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 330.0
margin_top = 119.0
margin_right = 436.0
margin_bottom = 234.0
[node name="retroShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 18 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_top = 238.0
margin_right = 106.0
margin_bottom = 353.0
texture_normal = ExtResource( 2 )
[node name="Accessoires" type="Tabs" parent="."] [node name="Accessoires" type="Tabs" parent="."]
visible = false visible = false
anchor_right = 1.0 anchor_right = 1.0

View file

@ -7,41 +7,41 @@
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="29.356466mm" sodipodi:docname="character_base_legs.svg"
height="34.165901mm"
viewBox="0 0 29.356466 34.165901"
version="1.1"
id="svg8"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)" inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="character_base_legs.svg"> id="svg8"
version="1.1"
viewBox="0 0 29.356466 33.044505"
height="33.044506mm"
width="29.356466mm">
<defs <defs
id="defs2" /> id="defs2" />
<sodipodi:namedview <sodipodi:namedview
id="base" inkscape:document-rotation="0"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="73.396683"
inkscape:cy="-10.45786"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="true"
showguides="true"
inkscape:window-width="958"
inkscape:window-height="991"
inkscape:window-x="621"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:lockguides="false" inkscape:lockguides="false"
inkscape:document-rotation="0" /> inkscape:window-maximized="1"
inkscape:window-y="-9"
inkscape:window-x="-9"
inkscape:window-height="1001"
inkscape:window-width="1920"
showguides="true"
inkscape:pagecheckerboard="true"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
showgrid="false"
inkscape:current-layer="layer3"
inkscape:document-units="mm"
inkscape:cy="-10.536605"
inkscape:cx="188.27602"
inkscape:zoom="2.8"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata <metadata
id="metadata5"> id="metadata5">
<rdf:RDF> <rdf:RDF>
@ -55,41 +55,40 @@
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
<g <g
inkscape:label="Layer 1" style="display:inline"
inkscape:groupmode="layer" transform="translate(-81.705925,-156.90922)"
id="layer1" id="layer1"
transform="translate(-81.705925,-155.78783)"
style="display:inline" />
<g
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer3" inkscape:label="Layer 1" />
<g
transform="translate(-5.1279453,-53.603123)"
inkscape:label="Color" inkscape:label="Color"
transform="translate(-5.1279453,-52.481727)"> id="layer3"
inkscape:groupmode="layer">
<path <path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="cccccccc"
d="m 31.277528,52.54814 c 0.123737,9.510183 1.595727,14.061304 0.897694,24.75744 5.989076,7.622458 -5.466142,9.257207 -8.457219,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.843006,17.103423 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.263833 7.053048,-18.83034 9.506101,-26.36384 6.316309,-1.082015 9.304294,-1.562397 16.00729,-1.748141 z" inkscape:connector-curvature="0"
id="path831-5" id="path831-5"
inkscape:connector-curvature="0" d="m 31.277528,53.606473 c 0.123737,9.510183 1.595727,13.002971 0.897694,23.699107 5.989076,7.622458 -5.466142,9.257207 -8.457219,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.843006,17.103423 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.263833 9.457066,-19.113432 10.067485,-26.954038 6.174568,-0.184322 8.74291,-0.05561 15.445906,-0.09961 z"
sodipodi:nodetypes="cccccccc" /> style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" sodipodi:nodetypes="zczczzcczscz"
d="m 15.270238,54.296281 c -0.52762,2.533268 6.446629,6.5124 8.920238,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550604,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.67882,4.233216 0.566965,5.76414 -2.111855,1.530924 -7.638158,-0.210531 -9.024185,-3.968752 -1.386027,-3.758221 0.472473,-16.819938 0.472473,-16.819938 l -8.268229,18.1901 c 0,0 2.807966,4.177084 0.330729,5.764141 -2.477237,1.587057 -11.6490399,-3.641913 -10.488839,-5.57515 2.8840394,-4.80566 7.654018,-18.520832 7.654018,-18.520832 0,0 2.379703,-10.376276 1.852083,-7.843008 z"
id="path857"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="zczczzcczscz" /> id="path857"
d="m 15.270238,54.296281 c -0.52762,2.533268 6.446629,6.5124 8.920238,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550604,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.67882,4.233216 0.566965,5.76414 -2.111855,1.530924 -7.638158,-0.210531 -9.024185,-3.968752 -1.386027,-3.758221 0.472473,-16.819938 0.472473,-16.819938 l -8.268229,18.1901 c 0,0 2.807966,4.177084 0.330729,5.764141 -2.477237,1.587057 -11.8033341,-3.743327 -10.488839,-5.57515 3.2620156,-4.545801 8.268229,-18.355467 8.268229,-18.355467 0,0 1.765492,-10.541641 1.237872,-8.008373 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g> </g>
<g <g
sodipodi:insensitive="true" transform="translate(-5.1279453,-53.603123)"
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-ink"
style="display:inline" style="display:inline"
transform="translate(-5.1279453,-52.481727)"> inkscape:label="Re-ink"
id="layer2"
inkscape:groupmode="layer">
<path <path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="ccccccc"
d="m 31.277528,52.54814 c 1.05918,9.510183 1.595725,14.061303 0.897695,24.75744 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 -3.051778,4.577668 -6.271659,11.541849 -7.843006,17.103422 6.066786,9.10018 -9.2744956,5.510391 -10.1581101,0.188989 C 10.853501,74.396286 12.817185,61.82978 15.270238,54.296281"
id="path831"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" /> id="path831"
d="m 31.277528,53.606473 c -0.05112,9.15583 1.595725,13.00297 0.897695,23.699107 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 -3.051778,4.577668 -6.271659,11.541849 -7.843006,17.103422 6.066786,9.10018 -9.2744956,5.510391 -10.1581101,0.188989 C 10.853501,74.396286 15.717297,60.625371 15.831622,53.706083"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -7,9 +7,9 @@
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24.488098mm" width="24.504625mm"
height="31.425005mm" height="29.090412mm"
viewBox="0 0 24.488098 31.425005" viewBox="0 0 24.504625 29.090412"
version="1.1" version="1.1"
id="svg8" id="svg8"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)" inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
@ -23,9 +23,9 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="2.8" inkscape:zoom="5.6"
inkscape:cx="18.91287" inkscape:cx="80.553227"
inkscape:cy="108.53187" inkscape:cy="59.753864"
inkscape:document-units="mm" inkscape:document-units="mm"
inkscape:current-layer="layer2" inkscape:current-layer="layer2"
showgrid="false" showgrid="false"
@ -58,66 +58,86 @@
inkscape:label="Layer 1" inkscape:label="Layer 1"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1" id="layer1"
transform="translate(-84.473399,-131.83647)" transform="translate(-113.05078,-148.95219)"
style="display:inline" /> style="display:inline" />
<g <g
transform="translate(-7.8954188,-28.530371)" transform="translate(-36.472798,-45.646095)"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer3" id="layer3"
inkscape:label="Color"> inkscape:label="Color" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 29.910209,31.299682 c 1.635877,2.807358 2.473664,10.092655 1.22558,18.886106 -0.009,2.695737 -0.387428,2.891519 -0.854318,5.773189 -0.396007,2.444182 -4.158183,2.993284 -6.79482,3.565605 -2.636637,0.572321 -5.300631,0.716782 -8.74558,-0.465802 -4.857104,0.28571 -5.3976359,-5.320093 -2.267857,-8.872989 0,-5.167442 -0.342243,-10.519109 0.47247,-15.449778 0.254528,-4.326972 4.855698,-2.933067 7.181548,-4.677457 2.79006,-0.944145 3.912392,-3.475105 9.782977,1.241126 z"
id="path831-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccszccccc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 16.725446,36.81488 c 0.260421,-2.556769 3.987942,-6.623181 3.987942,-6.623181 0,0 -4.511124,-0.378288 -5.879929,1.069079 -4.368124,4.618829 -2.360245,18.925011 -2.360245,18.925011 0,0 -4.5795761,2.614718 -4.1562481,4.060169 0.59027,2.01547 5.9800391,4.399895 6.4241051,2.696156 0.444066,-1.703739 1.28661,-13.276693 1.984375,-20.127234 z"
id="path847"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscszs" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 27.061041,29.256257 c 0,0 2.289171,4.408208 2.043123,9.165021 -0.246048,4.756813 2.173364,14.126862 2.173364,14.126862 0,0 2.178654,-16.525137 -1.476976,-21.955536 -0.567383,-0.842841 -2.739511,-1.336347 -2.739511,-1.336347 z"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czcsc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 26.44683,29.067269 c 1.452313,2.918211 2.197082,6.224576 2.137617,9.354009 -0.07867,4.140228 1.79539,12.425968 1.79539,12.425968 0.739806,0.173775 1.322916,-11.953493 1.322916,-11.953493 l -1.792544,-7.594071 c 0,0 -4.132854,-3.577626 -3.463379,-2.232413 z"
id="path853"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssccs" />
</g>
<g <g
transform="translate(-7.8954188,-28.530371)" transform="translate(-36.472798,-45.646095)"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer2" id="layer2"
inkscape:label="Re-ink" inkscape:label="Re-ink"
style="display:inline"> style="display:inline">
<path <g
sodipodi:nodetypes="cc" style="display:inline"
id="path905" id="g5165"
d="m 15.164486,53.229355 c -0.423415,4.241926 -0.451481,3.155076 -0.914783,6.188498" transform="translate(36.472798,44.717653)">
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <g
<path style="display:inline"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-84.473399,-131.83647)"
d="m 28.94971,30.372591 c 0.955508,0.116443 2.414609,6.044314 2.71946,9.24064 0.478561,5.017648 -0.684193,12.119509 -1.449976,15.051576" id="layer1-0"
id="path831" inkscape:label="Layer 1" />
inkscape:connector-curvature="0" <g
sodipodi:nodetypes="cac" /> inkscape:label="Color"
<path id="layer3-1"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.8954188,-28.530371)">
d="m 16.394717,36.578645 c -1.648817,5.874613 0.179145,15.295667 -1.702701,18.200412 -1.273861,7.360232 -11.7741761,-1.890817 -2.218802,-4.593268 0,-5.167441 -0.342243,-10.519106 0.47247,-15.449777 0.254528,-4.326971 4.655246,-4.603503 7.181548,-4.677456" <path
id="path856" sodipodi:nodetypes="ccczcccccc"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" /> id="path831-5"
<path d="m 28.94971,30.372591 c 1.635877,2.807358 3.434163,11.019746 2.186079,19.813197 -0.03749,2.612124 -0.948812,7.588671 -0.948812,8.244208 0,0 -3.899134,0.09989 -7.229493,0.03625 -3.330358,-0.06364 -4.796869,0.06737 -8.216413,0.06336 0.02949,-1.657652 -5.3976359,-4.790926 -2.267857,-8.343822 0,-5.167442 -0.342243,-10.519109 0.47247,-15.449778 0.254528,-4.326972 4.855698,-2.933067 7.181548,-4.677457 2.923695,-0.409606 4.488693,-0.526788 8.822478,0.314035 z"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
d="m 29.104165,38.421279 c -0.654058,4.302781 1.411689,10.673354 1.407379,17.891589" <path
id="path858" sodipodi:nodetypes="scscszs"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" /> id="path847"
d="m 16.725446,36.81488 c 0.260421,-2.556769 3.987942,-6.623181 3.987942,-6.623181 0,0 -4.511124,-0.378288 -5.879929,1.069079 -4.368124,4.618829 -2.360245,18.925011 -2.360245,18.925011 0,0 -4.5795761,2.614718 -4.1562481,4.060169 0.59027,2.01547 5.9800391,4.399895 6.4241051,2.696156 0.444066,-1.703739 1.28661,-13.276693 1.984375,-20.127234 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="czcsc"
inkscape:connector-curvature="0"
id="path849"
d="m 27.061041,29.785424 c 0,0 2.289171,3.879041 2.043123,8.635854 -0.246048,4.756813 2.173364,14.126862 2.173364,14.126862 0,0 2.178654,-16.525137 -1.476976,-21.955536 -0.567383,-0.842841 -2.739511,-0.80718 -2.739511,-0.80718 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="sssccs"
inkscape:connector-curvature="0"
id="path853"
d="m 26.44683,30.125603 c 1.452313,2.918211 2.197082,5.166242 2.137617,8.295675 -0.07867,4.140228 1.866261,13.489026 1.866261,13.489026 0.739806,0.173775 1.252045,-13.016551 1.252045,-13.016551 l -1.792544,-7.594071 c 0,0 -4.132854,-2.519292 -3.463379,-1.174079 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
style="display:inline"
inkscape:label="Re-ink"
id="layer2-2"
transform="translate(-7.8954188,-28.530371)">
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 15.306227,52.99312 c -0.423415,4.241926 -0.479826,2.928287 -0.565156,5.536486"
id="path905"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cac"
inkscape:connector-curvature="0"
id="path831"
d="m 28.94971,30.372591 c 0.955508,0.116443 2.429233,6.042953 2.71946,9.24064 0.470339,5.182141 -0.391642,12.934909 -1.638964,15.524046"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path856"
d="m 16.394717,36.578645 c -1.648817,5.874613 0.179145,15.295667 -1.702701,18.200412 -1.273861,7.360232 -11.7741761,-1.890817 -2.218802,-4.593268 0,-5.167441 -0.342243,-10.519106 0.47247,-15.449777 0.254528,-4.326971 4.655246,-4.603503 7.181548,-4.677456"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path858"
d="m 29.104165,38.421279 c -0.654058,4.302781 1.087122,12.790482 1.082812,20.008717"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -7,40 +7,40 @@
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="beat_up_jeans.svg" width="29.35647mm"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)" height="33.53791mm"
id="svg2007" viewBox="0 0 29.356471 33.537911"
version="1.1" version="1.1"
viewBox="0 0 29.356467 35.498169" id="svg2007"
height="35.498169mm" inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
width="29.356466mm"> sodipodi:docname="beat_up_jeans.svg">
<defs <defs
id="defs2001" /> id="defs2001" />
<sodipodi:namedview <sodipodi:namedview
inkscape:document-rotation="0" id="base"
inkscape:window-maximized="1"
inkscape:window-y="-9"
inkscape:window-x="-9"
inkscape:window-height="1001"
inkscape:window-width="1920"
showguides="false"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
inkscape:pagecheckerboard="true"
showgrid="false"
inkscape:current-layer="layer1"
inkscape:document-units="mm"
inkscape:cy="72.755858"
inkscape:cx="60.889655"
inkscape:zoom="7.9195959"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff" pagecolor="#ffffff"
id="base" /> bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="80.629541"
inkscape:cy="69.57743"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
showguides="true"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata <metadata
id="metadata2004"> id="metadata2004">
<rdf:RDF> <rdf:RDF>
@ -54,101 +54,81 @@
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
<g <g
transform="translate(-78.947411,-133.03874)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<g
transform="translate(78.947411,133.03874)"
id="g865">
<g
style="display:inline"
transform="translate(-81.705925,-154.45556)"
id="layer1-9"
inkscape:label="Layer 1" />
<g
transform="translate(-5.1279453,-51.149461)"
inkscape:label="Color"
id="layer3-4">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path831-5"
d="m 31.277528,52.54814 c 0.123737,9.510183 1.595727,14.061304 0.897694,24.75744 5.989076,7.622458 -5.466142,9.257207 -8.457219,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.843006,17.103423 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.263833 7.053048,-18.83034 9.506101,-26.36384 5.087886,-3.444366 10.721705,-4.113736 16.00729,-1.748141 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="zczczzcczscz"
inkscape:connector-curvature="0"
id="path857"
d="m 15.270238,54.296281 c -0.52762,2.533268 6.446629,6.5124 8.920238,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550604,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.67882,4.233216 0.566965,5.76414 -2.111855,1.530924 -7.638158,-0.210531 -9.024185,-3.968752 -1.386027,-3.758221 0.472473,-16.819938 0.472473,-16.819938 l -8.268229,18.1901 c 0,0 2.807966,4.177084 0.330729,5.764141 -2.477237,1.587057 -11.6490399,-3.641913 -10.488839,-5.57515 2.8840394,-4.80566 7.654018,-18.520832 7.654018,-18.520832 0,0 2.379703,-10.376276 1.852083,-7.843008 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
transform="translate(-5.1279453,-51.149461)"
style="display:inline"
inkscape:label="Re-ink"
id="layer2-2">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path831"
d="m 31.277528,52.54814 c 1.05918,9.510183 1.595725,14.061303 0.897695,24.75744 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 -3.051778,4.577668 -6.271659,11.541849 -7.843006,17.103422 6.066786,9.10018 -9.2744956,5.510391 -10.1581101,0.188989 C 10.853501,74.396286 12.817185,61.82978 15.270238,54.296281"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</g>
<g
transform="translate(0.011818,0.97792032)"
sodipodi:insensitive="true" sodipodi:insensitive="true"
inkscape:label="Color" inkscape:label="Layer 1"
id="layer3" inkscape:groupmode="layer"
inkscape:groupmode="layer"> id="layer1"
transform="translate(-79.069227,-132.62721)">
<path <path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 105.21881,133.12396 c 0.12374,9.51018 1.59573,13.00297 0.8977,23.69911 5.98907,7.62246 -5.46614,9.2572 -8.457225,1.79539 0,-4.94654 0.06144,-10.80872 0.04725,-15.73327 -3.051778,4.57767 -6.271659,11.54186 -7.843006,17.10343 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.26383 9.457066,-19.11343 10.067485,-26.95404 6.174568,-0.18432 8.74291,-0.0556 15.445906,-0.0996 z"
id="path831-5"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
id="path2567-7" sodipodi:nodetypes="cccccccc" />
transform="scale(0.26458333)" <path
d="M 97.818359,2.4609375 C 97.714007,2.4632366 97.608094,2.4804824 97.5,2.5136719 79.950735,7.9020374 50.416307,7.237218 38.572266,9.0898438 35.717113,9.5364422 23.347841,74.192538 2.7226562,103.76562 c -7.6714393,10.99958 38.3597578,6.20937 39.5996098,0.40626 4.876032,-22.82227 27.320312,-51.361333 27.320312,-51.361333 0,0 1.211544,31.964423 -1.427734,46.917969 -2.097419,11.883504 36.321806,7.441764 36.070316,-4.621094 -0.67418,-32.338756 0.10741,-92.7913255 -6.466801,-92.6464845 z m -60.5,62.5332035 c 3.450596,-0.05759 10.858829,8.631759 4.982422,13.039062 -0.913931,0.685448 -13.004543,-2.52144 -13.384765,-3.662109 -0.08862,-0.265852 2.027088,-5.375354 2.398437,-5.808594 1.244178,-1.77007 3.518073,-3.102442 5.681641,-3.535156 0.102494,-0.0205 0.210956,-0.03135 0.322265,-0.0332 z" style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
style="fill:#6ba6ff;fill-opacity:1;stroke:none;stroke-width:3.77055;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> d="m 89.21152,133.81377 c -0.52762,2.53327 6.446629,6.5124 8.920238,7.98475 4.741472,-1.55146 7.056172,-4.21484 7.606772,-7.65402 0.55061,-3.43919 0.37798,22.67857 0.37798,22.67857 0,0 2.67882,4.23321 0.56696,5.76414 -2.11185,1.53092 -7.638158,-0.21053 -9.024185,-3.96875 -1.386027,-3.75823 0.472473,-16.81994 0.472473,-16.81994 l -8.268229,18.1901 c 0,0 2.807966,4.17708 0.330729,5.76414 -2.477237,1.58706 -11.803334,-3.74333 -10.488839,-5.57515 3.262015,-4.5458 8.268229,-18.35547 8.268229,-18.35547 0,0 1.765492,-10.54164 1.237872,-8.00837 z"
id="path857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zczczzcczscz" />
<path
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 105.21881,133.12396 c -0.0511,9.15583 1.59573,13.00297 0.8977,23.69911 5.98907,7.62246 -5.46614,9.2572 -8.457225,1.79538 0,-4.94653 0.06144,-10.8087 0.04725,-15.73326 -3.051778,4.57767 -6.271659,11.54185 -7.843006,17.10343 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.26384 9.95316,-20.03475 10.067485,-26.95404"
id="path831"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g> </g>
<g <g
transform="translate(0.011818,0.97792032)" inkscape:groupmode="layer"
inkscape:label="Re-ink" id="layer3"
inkscape:label="Color"
transform="translate(-0.10999844,1.3894499)">
<path
sodipodi:nodetypes="scssccssscsscccc"
style="fill:#6ba6ff;fill-opacity:1;stroke:none;stroke-width:0.997625;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 26.259581,-0.89270032 c -0.02757,-0.001607 -0.05587,6.9398e-4 -0.08508,0.007154 C 21.431898,0.1632433 13.656842,-0.63863731 10.493893,-0.40130241 9.731426,-0.34408986 7.2143042,16.445356 1.1474266,23.807164 c -2.2565464,2.738192 9.9849504,2.451375 10.4350464,0.947215 1.061412,-6.860452 6.178144,-12.966026 6.178144,-12.966026 0,0 0.699758,7.397395 -0.313529,11.285126 -0.805253,3.089559 9.421335,2.733162 9.610912,-0.453529 0.508235,-8.543051 0.938481,-23.41138328 -0.798419,-23.51265032 z M 10.035572,14.315821 c 0.911253,0.05801 2.6807,2.506827 1.037409,3.544509 -0.255574,0.161386 -3.3762168,-0.940863 -3.4522951,-1.24976 -0.017732,-0.07199 0.6486404,-1.374647 0.7557676,-1.481028 0.3656795,-0.440429 0.9936422,-0.743578 1.5734233,-0.811801 0.027465,-0.0032 0.056306,-0.0038 0.085702,-0.0019 z"
id="path2567-7"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:groupmode="layer"
id="layer2" id="layer2"
inkscape:groupmode="layer"> inkscape:label="Re-ink"
transform="translate(-0.10999844,1.3894499)">
<path <path
sodipodi:nodetypes="ssssscss" style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.997624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" d="M 1.1472366,23.807031 C 7.214114,16.445222 9.731204,-0.34409037 10.493672,-0.40130292 13.65662,-0.63863783 21.431888,0.1633648 26.174491,-0.88542473 28.044057,-1.2988644 27.574433,13.412339 27.058128,22.090993 c -0.189576,3.186689 -10.416449,3.542989 -9.611196,0.453431 1.013287,-3.887731 0.313772,-10.756226 0.313772,-10.756226 0,0 -5.731255,6.767226 -6.178456,12.966217 -0.112972,1.565991 -12.6915573,1.790806 -10.4350114,-0.947384 z"
id="path2567" id="path2567"
d="M 0.7201694,27.454536 C 6.1772493,19.62999 9.4499316,2.5232009 10.205357,2.4050384 13.339093,1.9148645 21.153632,2.0908693 25.796875,0.66519761 27.627272,0.10318858 27.411054,16.471927 27.59226,25.164037 c 0.06654,3.191629 -10.098839,4.366766 -9.543897,1.22259 0.698309,-3.956459 0.377976,-12.413999 0.377976,-12.413999 0,0 -5.938677,7.551179 -7.228794,13.589569 -0.328044,1.535408 -12.5071103,2.802641 -10.4773756,-0.107661 z"
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.997624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="czc"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssscss" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 17.760704,11.788198 c 0,0 1.803984,-2.2553734 1.606735,-4.1401591 -0.197247,-1.8847852 -0.10407,-6.8807165 -0.10407,-6.8807165"
id="path2571" id="path2571"
d="m 18.426339,13.972628 c 0,0 1.617341,-2.392754 1.269607,-4.2556557 C 19.348213,7.8540704 19.040519,2.8667529 19.040519,2.8667529"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 19.367439,7.6480389 20.730155,0.7427453"
id="path2573" id="path2573"
d="M 19.695946,9.7169723 20.500613,2.7246489"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="czccc"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 8.8450597,5.9143433 c 0,0 2.7874103,0.9156671 3.6044253,-0.1664066 0.817017,-1.0820739 0.728683,-5.2682974 0.728683,-5.2682974 l -3.124791,0.50866132 z"
id="path2569" id="path2569"
d="m 8.2727251,8.6461754 c 0,0 2.7605219,0.9937891 3.6076819,-0.064851 0.84716,-1.0586401 0.876732,-5.245691 0.876732,-5.245691 l -3.1378736,0.420475 z"
style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="csssc"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="czccc" />
<path
style="fill:#989898;fill-opacity:1;stroke:none;stroke-width:0.265;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 9.801139,0.8984248 c 0,0 0.431518,-0.94434388 0.847201,-0.9183915 4.359426,0.2721721 10.865036,-0.0542454 15.552358,-0.42482457 0.373266,-0.0295108 0.384581,1.05540677 0.146116,1.10325827 C 22.743536,1.381516 9.801139,0.8984248 9.801139,0.8984248 Z"
id="path2583" id="path2583"
d="m 9.6192654,3.7561084 c 0,0 0.3544121,-0.9759023 0.7708376,-0.9833627 4.367213,-0.07824 10.825706,-0.9252221 15.468224,-1.6704345 0.369698,-0.059344 0.467965,1.0211734 0.234104,1.0879908 C 22.558728,3.1999315 9.6192654,3.7561084 9.6192654,3.7561084 Z"
style="fill:#989898;fill-opacity:1;stroke:none;stroke-width:0.265;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="csssc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 9.801139,0.8984248 9.3876,0.2809299 7.39654,-0.5687392"
id="path2579" id="path2579"
d="M 9.6192654,3.7561084 18.999166,3.2834424 26.326292,2.1234846" inkscape:connector-curvature="0" />
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8 KiB

View file

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#" xmlns:cc="http://creativecommons.org/ns#"
@ -9,13 +7,13 @@
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1" inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg815"
width="106"
height="112"
viewBox="0 0 106 112"
sodipodi:docname="dj_shorts.svg" sodipodi:docname="dj_shorts.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)"> viewBox="0 0 112.67261 129.13097"
height="129.13097"
width="112.67261"
id="svg815"
version="1.1">
<metadata <metadata
id="metadata821"> id="metadata821">
<rdf:RDF> <rdf:RDF>
@ -31,119 +29,175 @@
<defs <defs
id="defs819" /> id="defs819" />
<sodipodi:namedview <sodipodi:namedview
pagecolor="#ffffff" inkscape:document-rotation="0"
bordercolor="#666666" fit-margin-bottom="0"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1001"
id="namedview817"
showgrid="false"
inkscape:zoom="10.202541"
inkscape:cx="63.855679"
inkscape:cy="78.557618"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer3"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0" fit-margin-right="0"
fit-margin-bottom="0" /> fit-margin-left="0"
fit-margin-top="0"
inkscape:pagecheckerboard="true"
inkscape:current-layer="layer1"
inkscape:window-maximized="1"
inkscape:window-y="-9"
inkscape:window-x="-9"
inkscape:cy="23.771797"
inkscape:cx="70.325068"
inkscape:zoom="10.202541"
showgrid="false"
id="namedview817"
inkscape:window-height="1001"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10"
borderopacity="1"
bordercolor="#666666"
pagecolor="#ffffff" />
<g <g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Original"
transform="translate(0.60396188,-1.5247525)"
style="display:inline" style="display:inline"
sodipodi:insensitive="true" /> transform="translate(7.0733513,-5.3428782)"
<g inkscape:label="Original"
inkscape:groupmode="layer" id="layer1"
id="layer3" inkscape:groupmode="layer">
inkscape:label="Color"> <g
transform="matrix(3.7795276,0,0,3.7795276,-7.0733513,0.30754327)"
id="g3892">
<g
style="display:inline"
transform="translate(-81.705925,-154.45556)"
id="layer1-7"
inkscape:label="Layer 1" />
<g
transform="translate(-5.1279453,-51.149461)"
inkscape:label="Color"
id="layer3-5">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path831-5"
d="m 31.277528,52.54814 c 0.123737,9.510183 1.595727,14.061304 0.897694,24.75744 5.989076,7.622458 -5.466142,9.257207 -8.457219,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.843006,17.103423 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.263833 7.053048,-18.83034 9.506101,-26.36384 4.854488,-0.358329 10.773571,-0.405305 16.00729,-1.748141 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="zczczzcczscz"
inkscape:connector-curvature="0"
id="path857"
d="m 15.270238,54.296281 c -0.52762,2.533268 6.446629,6.5124 8.920238,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550604,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.67882,4.233216 0.566965,5.76414 -2.111855,1.530924 -7.638158,-0.210531 -9.024185,-3.968752 -1.386027,-3.758221 0.472473,-16.819938 0.472473,-16.819938 l -8.268229,18.1901 c 0,0 2.807966,4.177084 0.330729,5.764141 -2.477237,1.587057 -11.6490399,-3.641913 -10.488839,-5.57515 2.8840394,-4.80566 7.654018,-18.520832 7.654018,-18.520832 0,0 2.379703,-10.376276 1.852083,-7.843008 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
transform="translate(-5.1279453,-51.149461)"
style="display:inline"
inkscape:label="Re-ink"
id="layer2-1">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path831"
d="m 31.277528,52.54814 c 1.05918,9.510183 1.595725,14.061303 0.897695,24.75744 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 -3.051778,4.577668 -6.271659,11.541849 -7.843006,17.103422 6.066786,9.10018 -9.2744956,5.510391 -10.1581101,0.188989 C 10.853501,74.396286 12.817185,61.82978 15.270238,54.296281"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
<path <path
style="opacity:1;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:2.64566922;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3894"
d="M 34.4447,14.931388 C 29.720644,11.370567 13.57583,72.83923 11.485249,83.86308 c -0.796543,4.20025 37.728541,13.054932 42.989999,0.275532 2.572162,-6.24744 13.861385,-39.089108 13.861385,-39.089108 0,0 -10.724331,38.354248 -5.128712,43.663368 4.527582,4.29576 34.983259,-2.41573 36.732673,-9.42574 C 102.66076,68.387252 96.65377,16.078352 95.643564,8.1782169 95.385101,6.1569519 92.505753,3.7763701 91.200954,5.3415589 81.345543,17.163745 43.301389,21.607237 34.4447,14.931388 Z" d="m 40.660268,12.698439 10.095524,9.899495"
id="path842-9" style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssscsssss" />
<path <path
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="path3896"
d="m 28.835569,26.074735 c 7.560103,23.666394 37.20214,24.101791 37.20214,24.101791 l -2.703816,11.830238 c 0,0 -37.056397,-7.153127 -38.476332,-23.905761 -0.356605,-4.207284 1.637558,-19.352888 3.978008,-12.026268 z" d="M 82.610602,9.4639512 76.23964,19.167417"
id="path854" style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccss" />
<path <path
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" sodipodi:nodetypes="ccccc"
d="m 24.254346,44.833977 c 7.560103,23.666394 36.516036,20.45146 36.516036,20.45146 l -2.84243,11.55301 c 0,0 -32.610284,-6.935031 -37.790228,-20.25543 -1.504021,-3.867641 1.776172,-19.07566 4.116622,-11.74904 z" id="path3900"
id="path854-2" d="m 61.359454,10.952431 c 1.695362,2.584202 2.533515,0.427596 4.816188,1.157737 -2.055795,1.154981 -2.441879,2.636708 -4.705474,2.646859 1.778709,0.992537 0.357817,3.842463 1.956894,4.771002 -2.47447,1.154839 -1.926432,-1.412419 -4.431659,-1.653742"
inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
sodipodi:nodetypes="sccas" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 67.50495,49.623762 c 0,0 26.680952,-6.998162 31.188119,-15.663366 1.949711,-3.748386 0.587416,4.47474 0.831683,9.148514 0.318216,6.08876 -34.099009,17.603961 -34.099009,17.603961 z"
id="path938"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscc" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06605935px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 64.332489,67.435529 c 0,0 29.511212,-7.404035 35.44475,-15.663366 2.468641,-3.436279 -0.19874,6.097672 1.001951,10.257425 1.94564,6.740614 -38.809683,14.554456 -38.809683,14.554456 z"
id="path938-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscc" />
</g> </g>
<g <g
inkscape:groupmode="layer" transform="translate(6.4693894,-3.8181257)"
id="layer2" sodipodi:insensitive="true"
inkscape:label="Color"
id="layer3"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="ssscsssss"
inkscape:connector-curvature="0"
id="path842-9"
d="M 32.974478,11.892929 C 27.892309,8.8651065 13.57583,72.83923 11.485249,83.86308 c -0.796543,4.20025 37.728541,13.054932 42.989999,0.275532 2.572162,-6.24744 13.861385,-39.089108 13.861385,-39.089108 0,0 -10.724331,38.354248 -5.128712,43.663368 4.527582,4.29576 34.983259,-2.41573 36.732673,-9.42574 C 102.66076,68.387252 96.65377,16.078352 95.643564,8.1782169 95.385101,6.1569519 92.505753,3.7763701 91.200954,5.3415589 81.345543,17.163745 40.066901,16.118408 32.974478,11.892929 Z"
style="opacity:1;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:2.64567;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="sccss"
inkscape:connector-curvature="0"
id="path854"
d="m 28.835569,26.074735 c 7.560103,23.666394 37.20214,24.101791 37.20214,24.101791 l -2.703816,11.830238 c 0,0 -37.056397,-7.153127 -38.476332,-23.905761 -0.356605,-4.207284 1.637558,-19.352888 3.978008,-12.026268 z"
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="sccas"
inkscape:connector-curvature="0"
id="path854-2"
d="m 24.254346,44.833977 c 7.560103,23.666394 36.516036,20.45146 36.516036,20.45146 l -2.84243,11.55301 c 0,0 -32.610284,-6.935031 -37.790228,-20.25543 -1.504021,-3.867641 1.776172,-19.07566 4.116622,-11.74904 z"
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="csscc"
inkscape:connector-curvature="0"
id="path938"
d="m 67.50495,49.623762 c 0,0 26.680952,-6.998162 31.188119,-15.663366 1.949711,-3.748386 0.587416,4.47474 0.831683,9.148514 0.318216,6.08876 -34.099009,17.603961 -34.099009,17.603961 z"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="csscc"
inkscape:connector-curvature="0"
id="path938-9"
d="m 64.332489,67.435529 c 0,0 29.511212,-7.404035 35.44475,-15.663366 2.468641,-3.436279 -0.19874,6.097672 1.001951,10.257425 1.94564,6.740614 -38.809683,14.554456 -38.809683,14.554456 z"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06606px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
transform="translate(6.4693894,-3.8181257)"
sodipodi:insensitive="true"
style="display:inline"
inkscape:label="Re-ink" inkscape:label="Re-ink"
style="display:inline"> id="layer2"
inkscape:groupmode="layer">
<path <path
style="fill:none;stroke:#000000;stroke-width:2.5999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="ssscssszs"
d="M 34.052641,14.049255 C 30.426972,9.3747839 13.57583,72.349155 11.485249,83.373002 10.688706,87.573255 49.21379,96.918009 54.475248,84.138614 57.04741,77.891169 68.336633,45.049505 68.336633,45.049505 c 0,0 -10.724331,38.354249 -5.128712,43.663366 4.527582,4.295765 34.983259,-2.415733 36.732673,-9.425742 C 102.66076,68.387255 96.66427,16.077003 95.643564,8.1782178 95.091057,3.9026122 91.285705,4.1044003 85.418081,9.5561956 79.550457,15.007991 40.066901,21.803268 34.052641,14.049255 Z" inkscape:connector-curvature="0"
id="path842" id="path842"
inkscape:connector-curvature="0" d="M 32.19036,12.383003 C 27.814906,10.066328 13.57583,72.349155 11.485249,83.373002 10.688706,87.573255 49.21379,96.918009 54.475248,84.138614 57.04741,77.891169 68.336633,45.049505 68.336633,45.049505 c 0,0 -10.724331,38.354249 -5.128712,43.663366 4.527582,4.295765 34.983259,-2.415733 36.732673,-9.425742 C 102.66076,68.387255 96.66427,16.077003 95.643564,8.1782178 95.091057,3.9026122 91.285705,4.1044003 85.418081,9.5561956 79.550457,15.007991 40.166495,16.606136 32.19036,12.383003 Z"
sodipodi:nodetypes="ssscssszs" /> style="fill:none;stroke:#000000;stroke-width:2.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:none;stroke:#000000;stroke-width:2.5999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="czc"
d="m 67.504951,47.128713 c 0,0 3.999326,-8.830457 4.158415,-15.386139 0.159089,-6.555682 -2.495049,-17.188119 -2.495049,-17.188119" inkscape:connector-curvature="0"
id="path957" id="path957"
inkscape:connector-curvature="0" d="m 67.504951,47.128713 c 0,0 3.999326,-8.830457 4.158415,-15.386139 0.159089,-6.555682 -2.495049,-17.188119 -2.495049,-17.188119"
sodipodi:nodetypes="czc" /> style="fill:none;stroke:#000000;stroke-width:2.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<ellipse <ellipse
style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.51181102;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" ry="5.6358509"
id="path852"
cx="66.488861"
cy="21.361532"
rx="7.6451545" rx="7.6451545"
ry="5.6358509" /> cy="21.361532"
cx="66.488861"
id="path852"
style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.51181;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:1.51181102;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="csccsc"
d="M 27.235088,27.527733 C 18.253381,26.665769 5.4320913,49.597184 18.614856,53.99144 c 12.991966,4.330655 43.94592,-17.067986 47.740585,-22.315637 -1.835821,-2.596141 -5.694488,-6.6466 -7.762376,-9.009901 -3.875759,2.600135 -28.365736,21.34457 -34.104781,18.475047 -2.028226,-1.014113 1.80693,-11.921442 2.746804,-13.613216 z" inkscape:connector-curvature="0"
id="path844" id="path844"
inkscape:connector-curvature="0" d="M 27.235088,27.527733 C 18.253381,26.665769 5.4320913,49.597184 18.614856,53.99144 c 12.991966,4.330655 43.94592,-17.067986 47.740585,-22.315637 -1.835821,-2.596141 -5.694488,-6.6466 -7.762376,-9.009901 -3.875759,2.600135 -28.365736,21.34457 -34.104781,18.475047 -2.028226,-1.014113 1.80693,-11.921442 2.746804,-13.613216 z"
sodipodi:nodetypes="csccsc" /> style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:1.51181;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:1.5186137;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="ccczcsc"
d="m 58.707896,21.043134 c -6.86408,14.982581 55.765564,33.20927 45.638714,-5.750085 -1.54752,-7.1735659 -7.430997,-8.3143675 -9.836898,-9.3740972 -0.637929,4.6451152 3.216803,11.5036772 2.634997,17.5760972 -0.581806,6.07242 -22.848135,10.178732 -23.09001,-1.41231 -0.331483,3.253131 -6.569759,5.839391 -9.542442,4.366336 -1.904124,-0.943552 -4.487512,-3.937729 -5.804361,-5.405941 z" inkscape:connector-curvature="0"
id="path850" id="path850"
inkscape:connector-curvature="0" d="m 58.707896,21.043134 c -6.86408,14.982581 55.765564,33.20927 45.638714,-5.750085 -1.54752,-7.1735659 -7.430997,-8.3143675 -9.836898,-9.3740972 -0.637929,4.6451152 3.216803,11.5036772 2.634997,17.5760972 -0.581806,6.07242 -22.848135,10.178732 -23.09001,-1.41231 -0.331483,3.253131 -6.569759,5.839391 -9.542442,4.366336 -1.904124,-0.943552 -4.487512,-3.937729 -5.804361,-5.405941 z"
sodipodi:nodetypes="ccczcsc" /> style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:1.51861;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="zcczz"
d="m 45.917706,17.152095 c -2.80724,-0.03648 -14.452359,2.531073 -14.452359,2.531073 l -1.247525,2.633664 c 0,0 15.001373,-3.95413 18.749389,-4.333054 3.748016,-0.378924 -0.242265,-0.795202 -3.049505,-0.831683 z" inkscape:connector-curvature="0"
id="path959" id="path959"
inkscape:connector-curvature="0" d="m 46.60381,15.485843 c -2.80724,-0.03648 -18.470967,4.785414 -18.470967,4.785414 l -1.247525,2.633664 c 0,0 19.019981,-6.208471 22.767997,-6.587395 3.748016,-0.378924 -0.242265,-0.795202 -3.049505,-0.831683 z"
sodipodi:nodetypes="zcczz" /> style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="zcczz"
d="m 84.772232,11.287132 c 2.80724,-0.03648 11.021841,5.863576 11.021841,5.863576 l 1.247525,2.633664 c 0,0 -11.570855,-7.286633 -15.318871,-7.665557 -3.748016,-0.378925 0.242265,-0.795203 3.049505,-0.831683 z"
id="path959-8"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="zcczz" /> id="path959-8"
d="m 84.772232,11.287132 c 2.80724,-0.03648 11.021841,5.863576 11.021841,5.863576 l 1.247525,2.633664 c 0,0 -11.570855,-7.286633 -15.318871,-7.665557 -3.748016,-0.378925 0.242265,-0.795203 3.049505,-0.831683 z"
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#" xmlns:cc="http://creativecommons.org/ns#"
@ -9,13 +7,13 @@
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1" inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg1568"
width="106"
height="112"
viewBox="0 0 106 112"
sodipodi:docname="fundosi.svg" sodipodi:docname="fundosi.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)"> viewBox="0 0 110.95358 129.13097"
height="129.13097"
width="110.95358"
id="svg1568"
version="1.1">
<metadata <metadata
id="metadata1574"> id="metadata1574">
<rdf:RDF> <rdf:RDF>
@ -31,72 +29,109 @@
<defs <defs
id="defs1572" /> id="defs1572" />
<sodipodi:namedview <sodipodi:namedview
pagecolor="#ffffff" inkscape:document-rotation="0"
bordercolor="#666666" fit-margin-bottom="0"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1001"
id="namedview1570"
showgrid="false"
inkscape:pagecheckerboard="true"
inkscape:zoom="11.9198"
inkscape:cx="77.040608"
inkscape:cy="75.892047"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer3"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0" fit-margin-right="0"
fit-margin-bottom="0" /> fit-margin-left="0"
fit-margin-top="0"
inkscape:current-layer="layer3"
inkscape:window-maximized="1"
inkscape:window-y="-9"
inkscape:window-x="-9"
inkscape:cy="21.411065"
inkscape:cx="78.237963"
inkscape:zoom="11.9198"
inkscape:pagecheckerboard="true"
showgrid="false"
id="namedview1570"
inkscape:window-height="1001"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10"
borderopacity="1"
bordercolor="#666666"
pagecolor="#ffffff" />
<g <g
inkscape:groupmode="layer" transform="translate(1.1973547,-7.5003284)"
id="layer4" sodipodi:insensitive="true"
inkscape:label="Color" inkscape:label="Base"
sodipodi:insensitive="true"> id="layer2"
<path inkscape:groupmode="layer">
style="fill:#005500;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" <g
d="m 55.95731,16.444706 11.99685,27.349452 15.604289,-10.067283 2.013456,-3.523549 -0.922834,-5.453112 4.949748,-9.060555 0.41947,-1.090622 -14.429772,3.020185 -19.631207,-1.174516" transform="matrix(3.7795276,0,0,3.7795276,-1.1973547,2.4649935)"
id="path5859" id="g4521">
inkscape:connector-curvature="0" /> <g
style="display:inline"
transform="translate(-81.705925,-154.45556)"
id="layer1"
inkscape:label="Layer 1" />
<g
transform="translate(-5.1279453,-51.149461)"
inkscape:label="Color"
id="layer3-6">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path831-5"
d="m 31.277528,52.54814 c 0.123737,9.510183 1.595727,14.061304 0.897694,24.75744 5.989076,7.622458 -5.466142,9.257207 -8.457219,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.843006,17.103423 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.263833 7.053048,-18.83034 9.506101,-26.36384 5.531825,-0.758534 10.854887,-0.961768 16.00729,-1.748141 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="zczczzcczscz"
inkscape:connector-curvature="0"
id="path857"
d="m 15.270238,54.296281 c -0.52762,2.533268 6.446629,6.5124 8.920238,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550604,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.67882,4.233216 0.566965,5.76414 -2.111855,1.530924 -7.638158,-0.210531 -9.024185,-3.968752 -1.386027,-3.758221 0.472473,-16.819938 0.472473,-16.819938 l -8.268229,18.1901 c 0,0 2.807966,4.177084 0.330729,5.764141 -2.477237,1.587057 -11.6490399,-3.641913 -10.488839,-5.57515 2.8840394,-4.80566 7.654018,-18.520832 7.654018,-18.520832 0,0 2.379703,-10.376276 1.852083,-7.843008 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
transform="translate(-5.1279453,-51.149461)"
style="display:inline"
inkscape:label="Re-ink"
id="layer2-9">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path831"
d="m 31.277528,52.54814 c 1.05918,9.510183 1.595725,14.061303 0.897695,24.75744 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 -3.051778,4.577668 -6.271659,11.541849 -7.843006,17.103422 6.066786,9.10018 -9.2744956,5.510391 -10.1581101,0.188989 C 10.853501,74.396286 12.817185,61.82978 15.270238,54.296281"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</g> </g>
<g <g
inkscape:groupmode="layer" transform="translate(1.1973547,-7.5003284)"
id="layer3" inkscape:label="Color"
id="layer4"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0"
id="path5859"
d="M 55.95731,16.444706 67.95416,43.794158 C 80.013679,37.232834 84.637888,32.21308 89.598819,15.689659 l 0.41947,-1.090622 -14.429772,3.020185 -19.631207,-1.174516"
style="fill:#005500;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
transform="translate(198.94311,97.381032)"
inkscape:label="Re-ink" inkscape:label="Re-ink"
transform="translate(197.74576,104.88136)"> id="layer3"
inkscape:groupmode="layer">
<path <path
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="cac"
d="m -162.51027,-90.450111 c 0,0 25.48557,3.882332 38.25568,3.104079 9.28979,-0.566151 27.34945,-5.6209 27.34945,-5.6209" inkscape:connector-curvature="0"
id="path2137" id="path2137"
inkscape:connector-curvature="0" d="m -162.51027,-90.450111 c 0,0 25.48378,3.852316 38.25568,3.104079 9.08292,-0.532119 26.762192,-5.369218 26.762192,-5.369218"
sodipodi:nodetypes="cac" /> style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="ccc"
d="m -106.63685,-90.617899 c 0,0 -7.16482,7.287267 -6.29205,13.255256 0.87277,5.967989 -0.23772,6.332477 -16.10765,15.855971 -2.73984,0.292841 -12.7519,-26.929982 -12.7519,-26.929982 l -0.75504,-3.439655" inkscape:connector-curvature="0"
id="path2139" id="path2139"
d="m -106.63685,-90.617899 c -7.98941,19.930049 -12.63986,23.196015 -22.3997,29.111227 -2.73984,0.292841 -12.7519,-26.929982 -12.7519,-26.929982"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="cczc" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -129.87549,-77.698219 c 1.73092,-1.189006 3.51247,-1.655985 5.78868,-1.845669"
id="path2141"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -110.57987,-90.030641 0.33558,-2.013457"
id="path2143"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -131.38559,-64.610751 0.75505,8.808872 4.86585,-7.71825 -3.27186,2.013457 z"
id="path2145" id="path2145"
inkscape:connector-curvature="0" /> d="m -131.38559,-64.610751 0.75505,8.808872 4.86585,-7.71825 -3.27186,2.013457 z"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#" xmlns:cc="http://creativecommons.org/ns#"
@ -9,39 +7,40 @@
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28.045834mm" sodipodi:docname="jeans.svg"
height="29.633333mm" inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
viewBox="0 0 28.045834 29.633333"
version="1.1"
id="svg2007" id="svg2007"
inkscape:version="0.92.3 (2405546, 2018-03-11)" version="1.1"
sodipodi:docname="jeans.svg"> viewBox="0 0 29.473656 34.394779"
height="34.394779mm"
width="29.473656mm">
<defs <defs
id="defs2001" /> id="defs2001" />
<sodipodi:namedview <sodipodi:namedview
id="base" inkscape:document-rotation="0"
pagecolor="#ffffff" inkscape:window-maximized="1"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="30.540413"
inkscape:cy="71.8377"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
showguides="false"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9" inkscape:window-y="-9"
inkscape:window-maximized="1" /> inkscape:window-x="-9"
inkscape:window-height="1001"
inkscape:window-width="1920"
showguides="false"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
inkscape:pagecheckerboard="true"
showgrid="false"
inkscape:current-layer="layer1"
inkscape:document-units="mm"
inkscape:cy="39.164862"
inkscape:cx="45.927747"
inkscape:zoom="7.9195959"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata <metadata
id="metadata2004"> id="metadata2004">
<rdf:RDF> <rdf:RDF>
@ -50,53 +49,94 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title /> <dc:title></dc:title>
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
<g <g
inkscape:label="Layer 1" transform="translate(-78.963857,-134.17554)"
inkscape:groupmode="layer"
id="layer1" id="layer1"
transform="translate(-78.959229,-134.01666)" />
<g
inkscape:groupmode="layer" inkscape:groupmode="layer"
inkscape:label="Layer 1">
<g
transform="translate(79.04197,133.14299)"
id="g5876">
<g
style="display:inline"
transform="translate(-81.705925,-154.45556)"
id="layer1-2"
inkscape:label="Layer 1" />
<g
transform="translate(-5.1279453,-51.149461)"
inkscape:label="Color"
id="layer3">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path831-5"
d="m 31.177302,52.67103 c 0.123737,9.510183 1.695953,13.938414 0.99792,24.63455 5.989076,7.622458 -5.466142,9.257207 -8.457219,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.843006,17.103423 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.263833 7.487361,-18.941311 9.940414,-26.474811 5.154703,-0.604627 9.953305,-1.073545 15.472751,-1.51428 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="zczczzcczscz"
inkscape:connector-curvature="0"
id="path857"
d="m 15.270238,54.296281 c -0.52762,2.533268 6.446629,6.5124 8.920238,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550604,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.67882,4.233216 0.566965,5.76414 -2.111855,1.530924 -7.638158,-0.210531 -9.024185,-3.968752 -1.386027,-3.758221 0.472473,-16.819938 0.472473,-16.819938 l -8.268229,18.1901 c 0,0 2.807966,4.177084 0.330729,5.764141 -2.477237,1.587057 -11.6490399,-3.641913 -10.488839,-5.57515 2.8840394,-4.80566 7.654018,-18.520832 7.654018,-18.520832 0,0 2.379703,-10.376276 1.852083,-7.843008 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
transform="translate(-5.1279453,-51.149461)"
style="display:inline"
inkscape:label="Re-ink"
id="layer2-6">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path831"
d="m 31.177302,52.67103 c 1.05918,9.510183 1.695951,13.938413 0.997921,24.63455 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 -3.051778,4.577668 -6.271659,11.541849 -7.843006,17.103422 6.066786,9.10018 -9.2744956,5.510391 -10.1581101,0.188989 5.0893641,-6.263833 7.4873611,-18.94131 9.9404141,-26.474809"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</g>
<g
transform="translate(-0.00462819,-0.15888097)"
sodipodi:insensitive="true"
inkscape:label="Re-ink"
id="layer2" id="layer2"
inkscape:label="Re-ink"> inkscape:groupmode="layer">
<path <path
style="fill:#0066ff;fill-opacity:1;stroke:#000000;stroke-width:0.9976235;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="ssssscss"
d="M 0.7201694,27.454536 C 6.1772493,19.62999 9.4499316,2.5232009 10.205357,2.4050384 13.339093,1.9148645 21.153632,2.0908693 25.796875,0.66519761 27.627272,0.10318858 27.411054,16.471927 27.59226,25.164037 c 0.06654,3.191629 -10.098839,4.366766 -9.543897,1.22259 0.698309,-3.956459 0.377976,-12.413999 0.377976,-12.413999 0,0 -5.938677,7.551179 -7.228794,13.589569 -0.328044,1.535408 -12.5071103,2.802641 -10.4773756,-0.107661 z" inkscape:connector-curvature="0"
id="path2567" id="path2567"
inkscape:connector-curvature="0" d="M 0.7201694,27.454536 C 6.1772493,19.62999 9.4499316,2.5232009 10.205357,2.4050384 13.339093,1.9148645 21.153632,2.0908693 25.796875,0.66519761 27.627272,0.10318858 27.411054,16.471927 27.59226,25.164037 c 0.06654,3.191629 -10.098839,4.366766 -9.543897,1.22259 0.698309,-3.956459 0.377976,-12.413999 0.377976,-12.413999 0,0 -5.938677,7.551179 -7.228794,13.589569 -0.328044,1.535408 -12.5071103,2.802641 -10.4773756,-0.107661 z"
sodipodi:nodetypes="ssssscss" /> style="fill:#0066ff;fill-opacity:1;stroke:#000000;stroke-width:0.997624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="czc"
d="m 18.426339,13.972628 c 0,0 1.617341,-2.392754 1.269607,-4.2556557 C 19.348213,7.8540704 19.040519,2.8667529 19.040519,2.8667529" inkscape:connector-curvature="0"
id="path2571" id="path2571"
inkscape:connector-curvature="0" d="m 18.426339,13.972628 c 0,0 1.617341,-2.392754 1.269607,-4.2556557 C 19.348213,7.8540704 19.040519,2.8667529 19.040519,2.8667529"
sodipodi:nodetypes="czc" /> style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="cc"
d="M 19.695946,9.7169723 20.500613,2.7246489" inkscape:connector-curvature="0"
id="path2573" id="path2573"
inkscape:connector-curvature="0" d="M 19.695946,9.7169723 20.500613,2.7246489"
sodipodi:nodetypes="cc" /> style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="czccc"
d="m 8.2727251,8.6461754 c 0,0 2.7605219,0.9937891 3.6076819,-0.064851 0.84716,-1.0586401 0.876732,-5.245691 0.876732,-5.245691 L 9.6192654,3.7561084 Z" inkscape:connector-curvature="0"
id="path2569" id="path2569"
inkscape:connector-curvature="0" d="m 8.2727251,8.6461754 c 0,0 2.7605219,0.9937891 3.6076819,-0.064851 0.84716,-1.0586401 0.876732,-5.245691 0.876732,-5.245691 l -3.1378736,0.420475 z"
sodipodi:nodetypes="czccc" /> style="fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:#d4d4d4;fill-opacity:1;stroke:none;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="csssc"
d="m 9.6192654,3.7561084 c 0,0 0.3544121,-0.9759023 0.7708376,-0.9833627 4.367213,-0.07824 10.825706,-0.9252221 15.468224,-1.6704345 0.369698,-0.059344 0.467965,1.0211734 0.234104,1.0879908 C 22.558728,3.1999315 9.6192654,3.7561084 9.6192654,3.7561084 Z" inkscape:connector-curvature="0"
id="path2583" id="path2583"
inkscape:connector-curvature="0" d="m 9.6192654,3.7561084 c 0,0 0.3544121,-0.9759023 0.7708376,-0.9833627 4.367213,-0.07824 10.825706,-0.9252221 15.468224,-1.6704345 0.369698,-0.059344 0.467965,1.0211734 0.234104,1.0879908 C 22.558728,3.1999315 9.6192654,3.7561084 9.6192654,3.7561084 Z"
sodipodi:nodetypes="csssc" /> style="fill:#d4d4d4;fill-opacity:1;stroke:none;stroke-width:0.265;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:connector-curvature="0"
d="M 9.6192654,3.7561084 18.999166,3.2834424 26.326292,2.1234846"
id="path2579" id="path2579"
inkscape:connector-curvature="0" /> d="M 9.6192654,3.7561084 18.999166,3.2834424 26.326292,2.1234846"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#" xmlns:cc="http://creativecommons.org/ns#"
@ -9,38 +7,39 @@
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="22.489584mm" sodipodi:docname="retro_shirt.svg"
height="30.427084mm" inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
viewBox="0 0 22.489584 30.427084"
version="1.1"
id="svg8" id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)" version="1.1"
sodipodi:docname="retro_shirt.svg"> viewBox="0 0 24.636646 29.835097"
height="29.835096mm"
width="24.636646mm">
<defs <defs
id="defs2" /> id="defs2" />
<sodipodi:namedview <sodipodi:namedview
id="base" inkscape:document-rotation="0"
pagecolor="#ffffff" inkscape:window-maximized="1"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="43.507239"
inkscape:cy="60.44025"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="1911"
inkscape:window-y="-9" inkscape:window-y="-9"
inkscape:window-maximized="1" /> inkscape:window-x="-9"
inkscape:window-height="1001"
inkscape:window-width="1920"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
inkscape:pagecheckerboard="true"
showgrid="false"
inkscape:current-layer="layer2"
inkscape:document-units="mm"
inkscape:cy="61.350542"
inkscape:cx="54.55151"
inkscape:zoom="3.959798"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata <metadata
id="metadata5"> id="metadata5">
<rdf:RDF> <rdf:RDF>
@ -54,78 +53,147 @@
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
<g <g
inkscape:label="Layer 1" sodipodi:insensitive="true"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-332.89496,-265.48813)"
style="display:inline" style="display:inline"
sodipodi:insensitive="true" /> transform="translate(-329.97283,-265.24728)"
<g id="layer1"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer2" inkscape:label="Layer 1">
<g
transform="translate(329.97283,264.31884)"
id="g5165"
style="display:inline">
<g
inkscape:label="Layer 1"
id="layer1-0"
transform="translate(-84.473399,-131.83647)"
style="display:inline" />
<g
transform="translate(-7.8954188,-28.530371)"
id="layer3-1"
inkscape:label="Color">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 28.94971,30.372591 c 1.635877,2.807358 3.434163,11.019746 2.186079,19.813197 -0.03749,2.612124 -0.948812,7.588671 -0.948812,8.244208 0,0 -3.899134,0.09989 -7.229493,0.03625 -3.330358,-0.06364 -4.796869,0.06737 -8.216413,0.06336 0.02949,-1.657652 -5.3976359,-4.790926 -2.267857,-8.343822 0,-5.167442 -0.342243,-10.519109 0.47247,-15.449778 0.254528,-4.326972 4.855698,-2.933067 7.181548,-4.677457 2.923695,-0.409606 4.488693,-0.526788 8.822478,0.314035 z"
id="path831-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccczcccccc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 16.725446,36.81488 c 0.260421,-2.556769 3.987942,-6.623181 3.987942,-6.623181 0,0 -4.511124,-0.378288 -5.879929,1.069079 -4.368124,4.618829 -2.360245,18.925011 -2.360245,18.925011 0,0 -4.5795761,2.614718 -4.1562481,4.060169 0.59027,2.01547 5.9800391,4.399895 6.4241051,2.696156 0.444066,-1.703739 1.28661,-13.276693 1.984375,-20.127234 z"
id="path847"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscszs" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 27.061041,29.785424 c 0,0 2.289171,3.879041 2.043123,8.635854 -0.246048,4.756813 2.173364,14.126862 2.173364,14.126862 0,0 2.178654,-16.525137 -1.476976,-21.955536 -0.567383,-0.842841 -2.739511,-0.80718 -2.739511,-0.80718 z"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czcsc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 26.44683,30.125603 c 1.452313,2.918211 2.197082,5.166242 2.137617,8.295675 -0.07867,4.140228 1.866261,13.489026 1.866261,13.489026 0.739806,0.173775 1.252045,-13.016551 1.252045,-13.016551 l -1.792544,-7.594071 c 0,0 -4.132854,-2.519292 -3.463379,-1.174079 z"
id="path853"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssccs" />
</g>
<g
transform="translate(-7.8954188,-28.530371)"
id="layer2-2"
inkscape:label="Re-ink"
style="display:inline">
<path
sodipodi:nodetypes="cc"
id="path905"
d="m 15.306227,52.99312 c -0.423415,4.241926 -0.479826,2.928287 -0.565156,5.536486"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 28.94971,30.372591 c 0.955508,0.116443 2.429233,6.042953 2.71946,9.24064 0.470339,5.182141 -0.391642,12.934909 -1.638964,15.524046"
id="path831"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cac" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 16.394717,36.578645 c -1.648817,5.874613 0.179145,15.295667 -1.702701,18.200412 -1.273861,7.360232 -11.7741761,-1.890817 -2.218802,-4.593268 0,-5.167441 -0.342243,-10.519106 0.47247,-15.449777 0.254528,-4.326971 4.655246,-4.603503 7.181548,-4.677456"
id="path856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 29.104165,38.421279 c -0.654058,4.302781 1.087122,12.790482 1.082812,20.008717"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</g>
</g>
<g
style="display:inline"
transform="translate(-106.0295,-13.937037)"
inkscape:label="Re-ink" inkscape:label="Re-ink"
transform="translate(-108.95163,-14.177885)" id="layer2"
style="display:inline"> inkscape:groupmode="layer">
<path <path
style="display:inline;opacity:1;fill:#0066ff;fill-opacity:1;stroke:#000000;stroke-width:0.84448189px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" sodipodi:nodetypes="csssszzcsc"
d="m 111.2673,16.788005 c -0.92152,4.271598 -1.10981,11.545021 -0.89428,15.292256 0.0769,1.336512 3.11298,0.146572 3.68236,1.350904 1.01203,2.140575 -1.07895,6.609747 -0.15778,9.186161 0.93166,2.605818 14.62642,1.077743 16.78107,-1.314586 0.81011,-0.899459 -1.46175,-2.48188 -0.78906,-6.214168 0.67269,-3.732287 0.63838,-17.327085 -1.84118,-18.354603 -2.47958,-1.027521 -2.20097,1.046255 -6.20744,-0.05405 -1.05993,-1.401319 -10.12597,-1.967194 -10.57366,0.108076 z" inkscape:connector-curvature="0"
id="path827-1" id="path827-1"
inkscape:connector-curvature="0" d="m 111.2673,15.729671 c -0.92152,4.271598 -1.10981,11.545021 -0.89428,15.292256 0.0769,1.336512 3.11298,0.146572 3.68236,1.350904 1.01203,2.140575 -4.00328,10.311165 -1.2883,10.650772 4.80707,0.601296 12.1488,0.265189 16.17434,-0.189436 1.20285,-0.135844 0.2755,-5.071641 0.94819,-8.803929 0.67269,-3.732287 0.55569,-18.343536 -1.92387,-19.371054 -2.47958,-1.027521 -2.11828,2.062706 -6.12475,0.962401 -2.64074,-0.614126 -10.12597,-1.967194 -10.57366,0.108076 z"
sodipodi:nodetypes="csssszzcsc" /> style="display:inline;opacity:1;fill:#0066ff;fill-opacity:1;stroke:#000000;stroke-width:0.844482px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path <path
style="display:inline;fill:none;stroke:#000000;stroke-width:0.47876146;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="cc"
d="M 114.37102,34.484873 114.5288,21.056867" inkscape:connector-curvature="0"
id="path829-0" id="path829-0"
inkscape:connector-curvature="0" d="M 114.37102,33.426539 114.5288,19.998533"
sodipodi:nodetypes="cc" /> style="display:inline;fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="display:inline;fill:none;stroke:#000000;stroke-width:0.47876146;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="czc"
d="m 127.1015,24.947476 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269" inkscape:connector-curvature="0"
id="path833-5" id="path833-5"
inkscape:connector-curvature="0" d="m 127.1015,23.889142 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269"
sodipodi:nodetypes="czc" /> style="display:inline;fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="display:inline;fill:#ff2ad4;fill-opacity:1;stroke:#ffaeae;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:connector-curvature="0"
d="m 114.89413,25.262687 c 11.63473,-0.983472 11.63473,-0.983472 11.63473,-0.983472"
id="path820" id="path820"
inkscape:connector-curvature="0" /> d="m 114.89413,24.204353 c 11.63473,-0.983472 11.63473,-0.983472 11.63473,-0.983472"
style="display:inline;fill:#ff2ad4;fill-opacity:1;stroke:#ffaeae;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="display:inline;fill:none;stroke:#bcffa9;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:connector-curvature="0"
d="m 115.53314,26.541611 c 3.77518,-0.267269 3.77518,-0.267269 3.77518,-0.267269 l -1.9377,4.777442 -1.1359,0.167044"
id="path867" id="path867"
inkscape:connector-curvature="0" /> d="m 115.53314,25.483277 c 3.77518,-0.267269 3.77518,-0.267269 3.77518,-0.267269 l -1.9377,4.777442 -1.1359,0.167044"
style="display:inline;fill:none;stroke:#bcffa9;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="display:inline;fill:none;stroke:#fff8ab;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="cccc"
d="m 120.77831,26.207524 c -0.10023,1.637026 -0.30068,2.839739 -0.30068,2.839739 l 1.5368,0.267269 -0.96885,2.505652" inkscape:connector-curvature="0"
id="path869" id="path869"
inkscape:connector-curvature="0" d="m 120.77831,25.14919 c -0.10023,1.637026 -0.30068,2.839739 -0.30068,2.839739 l 1.5368,0.267269 -0.96885,2.505652"
sodipodi:nodetypes="cccc" /> style="display:inline;fill:none;stroke:#fff8ab;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="display:inline;fill:none;stroke:#e5abff;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:connector-curvature="0"
d="m 123.31737,29.11408 2.67269,-1.637026 -0.20045,4.142678 z"
id="path871" id="path871"
inkscape:connector-curvature="0" /> d="m 123.31737,28.055746 2.67269,-1.637026 -0.20045,4.142678 z"
style="display:inline;fill:none;stroke:#e5abff;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="display:inline;fill:none;stroke:#e5abff;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:connector-curvature="0"
d="m 123.11691,27.142968 2.60588,-1.269531"
id="path873" id="path873"
inkscape:connector-curvature="0" /> d="m 123.11691,26.084634 2.60588,-1.269531"
style="display:inline;fill:none;stroke:#e5abff;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="display:inline;fill:#ff2ad4;fill-opacity:1;stroke:#ffaeae;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:connector-curvature="0"
d="m 115.15893,32.496665 c 11.63965,0.923536 11.63965,0.923536 11.63965,0.923536"
id="path820-4" id="path820-4"
inkscape:connector-curvature="0" /> d="m 115.15893,31.438331 c 11.63965,0.923536 11.63965,0.923536 11.63965,0.923536"
style="display:inline;fill:#ff2ad4;fill-opacity:1;stroke:#ffaeae;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:none;stroke:#000000;stroke-width:0.47876143;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="cc"
d="M 114.37102,34.484873 114.5288,21.056867" inkscape:connector-curvature="0"
id="path829" id="path829"
inkscape:connector-curvature="0" d="M 114.37102,33.426539 114.5288,19.998533"
sodipodi:nodetypes="cc" /> style="fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path <path
style="fill:none;stroke:#000000;stroke-width:0.47876143;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="czc"
d="m 127.1015,24.947476 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269"
id="path833"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" /> id="path833"
d="m 127.1015,23.889142 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269"
style="fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 11 KiB