Fri, 01 Jul 2022 16:46:43 +0300
Fix right click to delete not really working properly
Instead of removing the point that had been added, it would remove
the point that is being drawn, which would cause it to overwrite the
previous point using the new point, causing a bit of a delay
158 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | <svg | |
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | |
4 | xmlns:cc="http://creativecommons.org/ns#" | |
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
6 | xmlns:svg="http://www.w3.org/2000/svg" | |
7 | xmlns="http://www.w3.org/2000/svg" | |
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
10 | width="512" | |
11 | height="512" | |
12 | viewBox="0 0 512 512" | |
13 | version="1.1" | |
14 | id="svg1089" | |
15 | sodipodi:docname="linetype-quadrilateral.svg" | |
16 | inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> | |
17 | <metadata | |
18 | id="metadata1095"> | |
19 | <rdf:RDF> | |
20 | <cc:Work | |
21 | rdf:about=""> | |
22 | <dc:format>image/svg+xml</dc:format> | |
23 | <dc:type | |
24 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
25 | <dc:title>ionicons-v5-c</dc:title> | |
26 | </cc:Work> | |
27 | </rdf:RDF> | |
28 | </metadata> | |
29 | <defs | |
30 | id="defs1093" /> | |
31 | <sodipodi:namedview | |
32 | pagecolor="#ffffff" | |
33 | bordercolor="#666666" | |
34 | borderopacity="1" | |
35 | objecttolerance="10" | |
36 | gridtolerance="10" | |
37 | guidetolerance="10" | |
38 | inkscape:pageopacity="0" | |
39 | inkscape:pageshadow="2" | |
40 | inkscape:window-width="1920" | |
41 | inkscape:window-height="970" | |
42 | id="namedview1091" | |
43 | showgrid="false" | |
44 | inkscape:zoom="0.7734375" | |
45 | inkscape:cx="125.57328" | |
46 | inkscape:cy="172.57364" | |
47 | inkscape:window-x="0" | |
48 | inkscape:window-y="29" | |
49 | inkscape:window-maximized="1" | |
50 | inkscape:current-layer="svg1089" /> | |
51 | <title | |
52 | id="title1085">ionicons-v5-c</title> | |
53 | <path | |
54 | id="rect1087" | |
55 | style="fill:#4488ff;stroke:#000000;stroke-width:32px;stroke-linejoin:round;fill-opacity:1" | |
56 | d="m 180.12086,96 h 151.78357 c 13.296,0 21.13157,11.0171 24,24 L 416,392 c 2.86844,12.9829 -10.704,24 -24,24 H 120 c -13.296,0 -26.869587,-11.01735 -24,-24 l 60.12086,-272 c 2.86958,-12.98265 10.704,-24 24,-24 z" | |
57 | sodipodi:nodetypes="sssssssss" /> | |
58 | </svg> |