diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2023-09-07 13:28:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-07 19:28:52 +0200 |
| commit | ac34dde28354e4b2e76a5f4a29f9389813bd2767 (patch) | |
| tree | 4256e79a2f97aae17e93e3fc5126c82833aaccbd /icons/backward_stitch.svg | |
| parent | af96d720e9340e02b1ec6dafe10bf9a47e045804 (diff) | |
add electron simulator slider features to wxPython simulator (#2481)
Diffstat (limited to 'icons/backward_stitch.svg')
| -rw-r--r-- | icons/backward_stitch.svg | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/icons/backward_stitch.svg b/icons/backward_stitch.svg new file mode 100644 index 00000000..3e64c8d9 --- /dev/null +++ b/icons/backward_stitch.svg @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="256" + height="256" + viewBox="0 0 256 256" + id="svg8375" + version="1.1" + inkscape:version="1.3 (1:1.3+202307231459+0e150ed6c4)" + sodipodi:docname="backward_stitch.svg" + 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="defs8377"> + <inkscape:path-effect + effect="fillet_chamfer" + id="path-effect4" + is_visible="true" + lpeversion="1" + nodesatellites_param="F,0,0,1,0,5,0,1 @ F,0,0,1,0,2.8125752,0,1 @ F,0,0,1,0,5,0,1 @ F,0,0,1,0,2.8437239,0,1 @ F,0,0,1,0,5,0,1 @ F,0,0,1,0,5,0,1" + radius="5" + unit="px" + method="auto" + mode="F" + chamfer_steps="1" + flexible="false" + use_knot_distance="true" + apply_no_radius="true" + apply_with_radius="true" + only_selected="false" + hide_knots="false" /> + <inkscape:path-effect + effect="fillet_chamfer" + id="path-effect4-0" + is_visible="true" + lpeversion="1" + nodesatellites_param="F,0,0,1,0,5,0,1 @ F,0,0,1,0,5,0,1 @ F,0,0,1,0,5,0,1 @ F,0,0,1,0,5,0,1 @ F,0,0,1,0,5,0,1 @ F,0,0,1,0,5,0,1" + radius="5" + unit="px" + method="auto" + mode="F" + chamfer_steps="1" + flexible="false" + use_knot_distance="true" + apply_no_radius="true" + apply_with_radius="true" + only_selected="false" + hide_knots="false" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.6589121" + inkscape:cx="132.38497" + inkscape:cy="84.997169" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="mm" + inkscape:window-width="1366" + inkscape:window-height="705" + inkscape:window-x="-4" + inkscape:window-y="-4" + inkscape:window-maximized="1" + inkscape:showpageshadow="2" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" /> + <metadata + id="metadata8380"> + <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> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="color:#000000;fill:#000000;-inkscape-stroke:none" + d="m 181.90086,21.388579 -0.29455,48.241365 c -0.0109,1.791042 -0.77803,3.494109 -2.1121,4.689188 l -52.3015,46.852478 c -1.98726,1.78022 -1.98724,4.89216 4e-5,6.67236 l 52.27861,46.83093 c 1.34885,1.2083 2.12444,2.93022 2.13549,4.74109 l 0.29404,48.21105 c 0.0113,1.84862 -2.21625,2.79013 -3.53424,1.49382 L 75.568397,128.0139 c -1.95911,-1.92688 -1.95911,-5.0853 0,-7.01218 L 178.36665,19.89476 c 1.31798,-1.296303 3.54549,-0.354793 3.53421,1.493819 z" + id="path4" + sodipodi:nodetypes="cccccccsccccc" /> + </g> +</svg> |
