Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
svgpathtools / test / negative-scale.svg
Size: Mime:
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100mm" height="100mm" viewBox="-100 -200 500 500" xmlns="http://www.w3.org/2000/svg" version="1.1">
    <g id="Sketch" transform="scale(1,-1)">
        <path id="slot" d="
            M 0 10
            L 0 80
            A 30 30 0 1 0 0 140
            A 10 10 0 0 1 0 100
            L 100 100
            A 10 10 0 1 1 100 140
            A 30 30 0 0 0 100 80
            L 100 10
            A 10 10 0 0 0 90 0
            L 10 0
            A 10 10 0 0 0 0 10
        " stroke="#ff0000" stroke-width="0.35 px"/>
    </g>
</svg>