icons_svg/linetype-circularprimitive.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 232
8efa3a33172e
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
   width="512"
   height="512"
   viewBox="0 0 512 512"
   version="1.1"
   id="svg6"
   sodipodi:docname="linetype-circularprimitive.svg"
   inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/">
  <defs
     id="defs10" />
  <sodipodi:namedview
     id="namedview8"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageshadow="2"
     inkscape:pageopacity="0.0"
     inkscape:pagecheckerboard="0"
     showgrid="false"
     inkscape:zoom="1.0820313"
     inkscape:cx="225.5018"
     inkscape:cy="256.92419"
     inkscape:window-width="1920"
     inkscape:window-height="1047"
     inkscape:window-x="1920"
     inkscape:window-y="0"
     inkscape:window-maximized="1"
     inkscape:current-layer="svg6" />
  <title
     id="title2">ionicons-v5-q</title>
  <path
     style="fill:#ffff0a;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
     d="m 242.42911,69.470162 -1.30366,19.592296 -85.52192,32.997432 -61.197671,80.83969 -4.516995,95.56456 39.263636,78.35865 90.59169,43.64258 L 324.15608,407.88121 398.94611,335.5168 417.7623,251.705 380.34973,157.84476 327.446,107.09009 259.81574,82.478128 278.92587,64.288364 435.88495,71.005695 447.27619,435.10552 66.095826,442.8476 70.646482,68.812661 Z"
     id="path1444" />
  <path
     d="M416,448H96a32.09,32.09,0,0,1-32-32V96A32.09,32.09,0,0,1,96,64H416a32.09,32.09,0,0,1,32,32V416A32.09,32.09,0,0,1,416,448Z"
     style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"
     id="path4" />
  <circle
     cx="253.52237"
     cy="256.59106"
     r="165.04449"
     style="fill:none;stroke:#000000;stroke-width:27.5074px;stroke-linecap:round;stroke-linejoin:round"
     id="circle4" />
  <metadata
     id="metadata1900">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:title>ionicons-v5-q</dc:title>
      </cc:Work>
    </rdf:RDF>
  </metadata>
</svg>

mercurial