icons_svg/document-outline.svg

Fri, 01 Jul 2022 16:46:43 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Fri, 01 Jul 2022 16:46:43 +0300
changeset 312
2637134bc37c
parent 158
5bd755eaa5a8
permissions
-rw-r--r--

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

<?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"
   width="512"
   height="512"
   viewBox="0 0 512 512"
   version="1.1"
   id="svg3181"
   sodipodi:docname="document-outline.svg"
   inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
  <metadata
     id="metadata3187">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <defs
     id="defs3185" />
  <sodipodi:namedview
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     objecttolerance="10"
     gridtolerance="10"
     guidetolerance="10"
     inkscape:pageopacity="0"
     inkscape:pageshadow="2"
     inkscape:window-width="1920"
     inkscape:window-height="970"
     id="namedview3183"
     showgrid="false"
     inkscape:zoom="0.7734375"
     inkscape:cx="93.094446"
     inkscape:cy="124.7437"
     inkscape:window-x="0"
     inkscape:window-y="29"
     inkscape:window-maximized="1"
     inkscape:current-layer="svg3181" />
  <title
     id="title3175">ionicons-v5-e</title>
  <path
     style="fill:#a0a0a0;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
     d="M 275.8917,205.71668 255.20916,178.44693 256,56 406.47212,203.29632 275.8917,205.71668"
     id="path3770" />
  <path
     style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
     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"
     id="path3766" />
  <path
     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"
     style="fill:none;stroke:#000;stroke-linejoin:round;stroke-width:32px;fill-opacity:1"
     id="path3177" />
  <path
     d="M256,56V176a32,32,0,0,0,32,32H408"
     style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"
     id="path3179" />
  <path
     style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
     d="M 256,56 408,208 275.8917,205.71668"
     id="path3768" />
</svg>

mercurial