1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0alpha2 (119fb3b5e8, 2019-06-21, custom)"
sodipodi:docname="draw-freehand-symbolic.svg"
viewBox="0 0 16 16"
height="16"
width="16"
id="svg1"
version="1.1">
<style
id="s0">.base { }
.success { }
.warning { }
.error { }
.dark { }
</style>
<style
id="s2">
@import '../../highlights.css';
</style>
<metadata
id="metadata1621">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs1619">
<inkscape:path-effect
attempt_force_join="true"
miter_limit="100"
linejoin_type="extrp_arc"
line_width="2"
linecap_type="butt"
is_visible="true"
id="path-effect3466"
effect="join_type" />
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
inkscape:current-layer="svg1"
inkscape:window-maximized="1"
inkscape:window-y="27"
inkscape:window-x="0"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:cy="16.689066"
inkscape:cx="3.5769252"
inkscape:zoom="11.542719"
showgrid="true"
id="namedview"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10"
inkscape:snap-global="false">
<inkscape:grid
id="grid"
type="xygrid" />
</sodipodi:namedview>
<g
inkscape:label="draw-freehand"
id="g0">
<path
id="background"
d="M 0,0 H 16 V 16 H 0 Z"
style="opacity:0"
inkscape:connector-curvature="0" />
<g
style="stroke-width:1.60932"
id="g2263"
transform="matrix(0.58899477,0,0,0.58899477,-572.27697,-131.55209)">
<path
class="base"
id="rect2253"
style="stroke-width:1.60931"
transform="rotate(-45)"
d="m 522.29419,862.97675 h 13.6437 v 6.59477 h -13.6437 z" />
<path
class="base"
style="stroke-width:1.60932"
d="m 997.4363,232.32178 -1.98083,1.98083 -4.66624,-4.66624 1.98083,-1.98083 c 0.82788,-0.82788 2.17319,-0.82788 3.00107,0 l 1.66517,1.66517 c 0.82788,0.82788 0.82788,2.17319 0,3.00107 z"
id="path2255"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
<path
id="polygon2257"
d="m 977.92472,242.5115 -2.3281,6.99338 6.99339,-2.3281 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
class="success" />
</g>
<path
inkscape:original-d="m 968.89943,243.72882 c 0.22462,-8.75257 14.06435,-9.63479 10.80057,-13.82882 -2.71274,-3.48593 -6.39464,5.28981 -11.02814,3.59989 -3.05772,-1.11521 -0.92991,-5.07532 1.70422,-4.71148"
inkscape:path-effect="#path-effect3466"
d="m 969.8991,243.75447 c 0.0971,-3.78488 3.18905,-5.9805 6.22139,-7.7909 3.01043,-1.79732 6.72554,-3.64913 4.3687,-6.67772 -1.97736,-2.54095 -4.38209,-0.57654 -6.22675,0.97538 -1.8423,1.54993 -3.51591,2.9309 -5.24794,2.29919 -2.00167,-0.73004 -0.11857,-2.96696 1.22475,-2.78141 l 0.27366,-1.9812 c -3.90399,-0.53923 -6.28032,5.14743 -2.18369,6.64155 2.90147,1.05821 5.38556,-1.10373 7.22077,-2.64771 1.83278,-1.54192 2.63257,-2.21332 3.36082,-1.2775 0.88797,1.14105 -0.6641,1.85067 -3.81557,3.73219 -3.12773,1.86736 -7.06799,4.48914 -7.19548,9.45683 z"
id="path2265"
inkscape:connector-curvature="0"
transform="matrix(0.57567278,0,0,0.57567278,-555.77721,-130.15265)"
sodipodi:nodetypes="cssc"
class="success" />
</g>
</svg>
|