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="svg3181" | |
15 | sodipodi:docname="document-outline.svg" | |
16 | inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> | |
17 | <metadata | |
18 | id="metadata3187"> | |
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 | </cc:Work> | |
26 | </rdf:RDF> | |
27 | </metadata> | |
28 | <defs | |
29 | id="defs3185" /> | |
30 | <sodipodi:namedview | |
31 | pagecolor="#ffffff" | |
32 | bordercolor="#666666" | |
33 | borderopacity="1" | |
34 | objecttolerance="10" | |
35 | gridtolerance="10" | |
36 | guidetolerance="10" | |
37 | inkscape:pageopacity="0" | |
38 | inkscape:pageshadow="2" | |
39 | inkscape:window-width="1920" | |
40 | inkscape:window-height="970" | |
41 | id="namedview3183" | |
42 | showgrid="false" | |
43 | inkscape:zoom="0.7734375" | |
44 | inkscape:cx="93.094446" | |
45 | inkscape:cy="124.7437" | |
46 | inkscape:window-x="0" | |
47 | inkscape:window-y="29" | |
48 | inkscape:window-maximized="1" | |
49 | inkscape:current-layer="svg3181" /> | |
50 | <title | |
51 | id="title3175">ionicons-v5-e</title> | |
52 | <path | |
53 | style="fill:#a0a0a0;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" | |
54 | d="M 275.8917,205.71668 255.20916,178.44693 256,56 406.47212,203.29632 275.8917,205.71668" | |
55 | id="path3770" /> | |
56 | <path | |
57 | style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" | |
58 | d="M 102.36249,80.597794 141.10129,48.84886 256,56 255.20916,178.44693 278.46666,200.7517 408,208 419.07134,428.0657 c 0,0 -34.28133,38.07007 -40.15858,38.73544 -5.87725,0.66536 -247.49309,-0.96623 -247.49309,-0.96623 L 95.120975,430.85006 Z" | |
59 | id="path3766" /> | |
60 | <path | |
61 | d="M416,221.25V416a48,48,0,0,1-48,48H144a48,48,0,0,1-48-48V96a48,48,0,0,1,48-48h98.75a32,32,0,0,1,22.62,9.37L406.63,198.63A32,32,0,0,1,416,221.25Z" | |
62 | style="fill:none;stroke:#000;stroke-linejoin:round;stroke-width:32px;fill-opacity:1" | |
63 | id="path3177" /> | |
64 | <path | |
65 | d="M256,56V176a32,32,0,0,0,32,32H408" | |
66 | style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px" | |
67 | id="path3179" /> | |
68 | <path | |
69 | style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | |
70 | d="M 256,56 408,208 275.8917,205.71668" | |
71 | id="path3768" /> | |
72 | </svg> |