SVG to PNG
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="5 1 24 24"><path d="M13.64,21.97C13.14,22.21 12.54,22 12.31,21.5L10.13,16.76L7.62,18.78C7.45,18.92 7.24,19 7,19A1,1 0 0,1 6,18V3A1,1 0 0,1 7,2C7.24,2 7.47,2.09 7.64,2.23L7.65,2.22L19.14,11.86C19.57,12.22 19.62,12.85 19.27,13.27C19.12,13.45 18.91,13.57 18.7,13.61L15.54,14.23L17.74,18.96C18,19.46 17.76,20.05 17.26,20.28L13.64,21.97Z" style="stroke:black;stroke-width:2;fill:white"/></svg>
|
||||
|
After Width: | Height: | Size: 653 B |
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M13,6V11H18V7.75L22.25,12L18,16.25V13H13V18H16.25L12,22.25L7.75,18H11V13H6V16.25L1.75,12L6,7.75V11H11V6H7.75L12,1.75L16.25,6H13Z" style="stroke:black;stroke-width:1;fill:white" /></svg>
|
||||
|
After Width: | Height: | Size: 470 B |
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 1 24 24"><path d="M13.75,10.19L14.38,10.32L18.55,12.4C19.25,12.63 19.71,13.32 19.65,14.06V14.19L19.65,14.32L18.75,20.44C18.69,20.87 18.5,21.27 18.15,21.55C17.84,21.85 17.43,22 17,22H10.12C9.63,22 9.18,21.82 8.85,21.47L2.86,15.5L3.76,14.5C4,14.25 4.38,14.11 4.74,14.13H5.03L9,15V4.5A2,2 0 0,1 11,2.5A2,2 0 0,1 13,4.5V10.19H13.75Z" style="stroke:black;stroke-width:2;fill:white"/></svg>
|
||||
|
After Width: | Height: | Size: 651 B |
@@ -0,0 +1,37 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="500" height="500" viewBox="0 0 500 500">
|
||||
<!--<g style="stroke:rgb(0,0,255);stroke-width:2">
|
||||
<line x1="0" y1="0" x2="500" y2="0"/>
|
||||
<line x1="0" y1="100" x2="500" y2="100"/>
|
||||
<line x1="0" y1="200" x2="500" y2="200"/>
|
||||
<line x1="0" y1="300" x2="500" y2="300"/>
|
||||
<line x1="0" y1="400" x2="500" y2="400"/>
|
||||
<line x1="0" y1="500" x2="500" y2="500"/>
|
||||
<line y1="0" x1="0" y2="500" x2="0"/>
|
||||
<line y1="0" x1="100" y2="500" x2="100"/>
|
||||
<line y1="0" x1="200" y2="500" x2="200"/>
|
||||
<line y1="0" x1="300" y2="500" x2="300"/>
|
||||
<line y1="0" x1="400" y2="500" x2="400"/>
|
||||
<line y1="0" x1="500" y2="500" x2="500"/>
|
||||
</g>
|
||||
<g style="stroke:rgb(255,0,0);stroke-width:1">
|
||||
<line x1="0" y1="50" x2="500" y2="50"/>
|
||||
<line x1="0" y1="150" x2="500" y2="150"/>
|
||||
<line x1="0" y1="250" x2="500" y2="250"/>
|
||||
<line x1="0" y1="350" x2="500" y2="350"/>
|
||||
<line x1="0" y1="450" x2="500" y2="450"/>
|
||||
<line y1="0" x1="50" y2="500" x2="50"/>
|
||||
<line y1="0" x1="150" y2="500" x2="150"/>
|
||||
<line y1="0" x1="250" y2="500" x2="250"/>
|
||||
<line y1="0" x1="350" y2="500" x2="350"/>
|
||||
<line y1="0" x1="450" y2="500" x2="450"/>
|
||||
</g>-->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 60 50 L 225 50 C 515 50, 515 450, 225 450 L 60 450 Z" />
|
||||
</g>
|
||||
<!--<g style="stroke:none;fill:green">
|
||||
<circle cx="50" cy="150" r="20"/>
|
||||
<circle cx="50" cy="350" r="20"/>
|
||||
<circle cx="450" cy="250" r="20"/>
|
||||
</g>-->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,36 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="300" height="300" viewBox="0 0 300 300">
|
||||
<!--<g style="stroke:rgb(0,0,255);stroke-width:2">
|
||||
<line x1="0" y1="0" x2="500" y2="0"/>
|
||||
<line x1="0" y1="100" x2="500" y2="100"/>
|
||||
<line x1="0" y1="200" x2="500" y2="200"/>
|
||||
<line x1="0" y1="300" x2="500" y2="300"/>
|
||||
<line x1="0" y1="400" x2="500" y2="400"/>
|
||||
<line x1="0" y1="500" x2="500" y2="500"/>
|
||||
<line y1="0" x1="0" y2="500" x2="0"/>
|
||||
<line y1="0" x1="100" y2="500" x2="100"/>
|
||||
<line y1="0" x1="200" y2="500" x2="200"/>
|
||||
<line y1="0" x1="300" y2="500" x2="300"/>
|
||||
<line y1="0" x1="400" y2="500" x2="400"/>
|
||||
<line y1="0" x1="500" y2="500" x2="500"/>
|
||||
</g>
|
||||
<g style="stroke:rgb(255,0,0);stroke-width:1">
|
||||
<line x1="0" y1="50" x2="500" y2="50"/>
|
||||
<line x1="0" y1="150" x2="500" y2="150"/>
|
||||
<line x1="0" y1="250" x2="500" y2="250"/>
|
||||
<line x1="0" y1="350" x2="500" y2="350"/>
|
||||
<line x1="0" y1="450" x2="500" y2="450"/>
|
||||
<line y1="0" x1="50" y2="500" x2="50"/>
|
||||
<line y1="0" x1="150" y2="500" x2="150"/>
|
||||
<line y1="0" x1="250" y2="500" x2="250"/>
|
||||
<line y1="0" x1="350" y2="500" x2="350"/>
|
||||
<line y1="0" x1="450" y2="500" x2="450"/>
|
||||
</g>-->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 60 50 L 240 150 L 60 250 Z" />
|
||||
</g>
|
||||
<!--<g style="stroke:none;fill:green">
|
||||
<circle cx="50" cy="150" r="20"/>
|
||||
<circle cx="250" cy="150" r="20"/>
|
||||
</g>-->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,35 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="300" height="300" viewBox="0 0 300 300">
|
||||
<!-- <g style="stroke:rgb(0,0,255);stroke-width:2"> -->
|
||||
<!-- <line x1="0" y1="0" x2="500" y2="0"/> -->
|
||||
<!-- <line x1="0" y1="100" x2="500" y2="100"/> -->
|
||||
<!-- <line x1="0" y1="200" x2="500" y2="200"/> -->
|
||||
<!-- <line x1="0" y1="300" x2="500" y2="300"/> -->
|
||||
<!-- <line x1="0" y1="400" x2="500" y2="400"/> -->
|
||||
<!-- <line x1="0" y1="500" x2="500" y2="500"/> -->
|
||||
<!-- <line y1="0" x1="0" y2="500" x2="0"/> -->
|
||||
<!-- <line y1="0" x1="100" y2="500" x2="100"/> -->
|
||||
<!-- <line y1="0" x1="200" y2="500" x2="200"/> -->
|
||||
<!-- <line y1="0" x1="300" y2="500" x2="300"/> -->
|
||||
<!-- <line y1="0" x1="400" y2="500" x2="400"/> -->
|
||||
<!-- <line y1="0" x1="500" y2="500" x2="500"/> -->
|
||||
<!-- </g> -->
|
||||
<!-- <g style="stroke:rgb(255,0,0);stroke-width:1"> -->
|
||||
<!-- <line x1="0" y1="50" x2="500" y2="50"/> -->
|
||||
<!-- <line x1="0" y1="150" x2="500" y2="150"/> -->
|
||||
<!-- <line x1="0" y1="250" x2="500" y2="250"/> -->
|
||||
<!-- <line x1="0" y1="350" x2="500" y2="350"/> -->
|
||||
<!-- <line x1="0" y1="450" x2="500" y2="450"/> -->
|
||||
<!-- <line y1="0" x1="50" y2="500" x2="50"/> -->
|
||||
<!-- <line y1="0" x1="150" y2="500" x2="150"/> -->
|
||||
<!-- <line y1="0" x1="250" y2="500" x2="250"/> -->
|
||||
<!-- <line y1="0" x1="350" y2="500" x2="350"/> -->
|
||||
<!-- <line y1="0" x1="450" y2="500" x2="450"/> -->
|
||||
<!-- </g> -->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 50 50 H 250 V 250 H 50 Z" />
|
||||
</g>
|
||||
<!-- <g style="stroke:none;fill:green"> -->
|
||||
<!-- <circle cx="150" cy="150" r="40"/> -->
|
||||
<!-- </g> -->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,35 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="300" height="300" viewBox="0 0 300 300">
|
||||
<!-- <g style="stroke:rgb(0,0,255);stroke-width:2"> -->
|
||||
<!-- <line x1="0" y1="0" x2="500" y2="0"/> -->
|
||||
<!-- <line x1="0" y1="100" x2="500" y2="100"/> -->
|
||||
<!-- <line x1="0" y1="200" x2="500" y2="200"/> -->
|
||||
<!-- <line x1="0" y1="300" x2="500" y2="300"/> -->
|
||||
<!-- <line x1="0" y1="400" x2="500" y2="400"/> -->
|
||||
<!-- <line x1="0" y1="500" x2="500" y2="500"/> -->
|
||||
<!-- <line y1="0" x1="0" y2="500" x2="0"/> -->
|
||||
<!-- <line y1="0" x1="100" y2="500" x2="100"/> -->
|
||||
<!-- <line y1="0" x1="200" y2="500" x2="200"/> -->
|
||||
<!-- <line y1="0" x1="300" y2="500" x2="300"/> -->
|
||||
<!-- <line y1="0" x1="400" y2="500" x2="400"/> -->
|
||||
<!-- <line y1="0" x1="500" y2="500" x2="500"/> -->
|
||||
<!-- </g> -->
|
||||
<!-- <g style="stroke:rgb(255,0,0);stroke-width:1"> -->
|
||||
<!-- <line x1="0" y1="50" x2="500" y2="50"/> -->
|
||||
<!-- <line x1="0" y1="150" x2="500" y2="150"/> -->
|
||||
<!-- <line x1="0" y1="250" x2="500" y2="250"/> -->
|
||||
<!-- <line x1="0" y1="350" x2="500" y2="350"/> -->
|
||||
<!-- <line x1="0" y1="450" x2="500" y2="450"/> -->
|
||||
<!-- <line y1="0" x1="50" y2="500" x2="50"/> -->
|
||||
<!-- <line y1="0" x1="150" y2="500" x2="150"/> -->
|
||||
<!-- <line y1="0" x1="250" y2="500" x2="250"/> -->
|
||||
<!-- <line y1="0" x1="350" y2="500" x2="350"/> -->
|
||||
<!-- <line y1="0" x1="450" y2="500" x2="450"/> -->
|
||||
<!-- </g> -->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 50 50 H 250 V 250 H 50 Z" />
|
||||
</g>
|
||||
<!-- <g style="stroke:none;fill:green"> -->
|
||||
<!-- <circle cx="150" cy="150" r="40"/> -->
|
||||
<!-- </g> -->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,38 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="600" height="500" viewBox="0 0 600 500">
|
||||
<!--<g style="stroke:rgb(0,0,255);stroke-width:2">
|
||||
<line x1="0" y1="0" x2="500" y2="0"/>
|
||||
<line x1="0" y1="100" x2="500" y2="100"/>
|
||||
<line x1="0" y1="200" x2="500" y2="200"/>
|
||||
<line x1="0" y1="300" x2="500" y2="300"/>
|
||||
<line x1="0" y1="400" x2="500" y2="400"/>
|
||||
<line x1="0" y1="500" x2="500" y2="500"/>
|
||||
<line y1="0" x1="0" y2="500" x2="0"/>
|
||||
<line y1="0" x1="100" y2="500" x2="100"/>
|
||||
<line y1="0" x1="200" y2="500" x2="200"/>
|
||||
<line y1="0" x1="300" y2="500" x2="300"/>
|
||||
<line y1="0" x1="400" y2="500" x2="400"/>
|
||||
<line y1="0" x1="500" y2="500" x2="500"/>
|
||||
</g>
|
||||
<g style="stroke:rgb(255,0,0);stroke-width:1">
|
||||
<line x1="0" y1="50" x2="500" y2="50"/>
|
||||
<line x1="0" y1="150" x2="500" y2="150"/>
|
||||
<line x1="0" y1="250" x2="500" y2="250"/>
|
||||
<line x1="0" y1="350" x2="500" y2="350"/>
|
||||
<line x1="0" y1="450" x2="500" y2="450"/>
|
||||
<line y1="0" x1="50" y2="500" x2="50"/>
|
||||
<line y1="0" x1="150" y2="500" x2="150"/>
|
||||
<line y1="0" x1="250" y2="500" x2="250"/>
|
||||
<line y1="0" x1="350" y2="500" x2="350"/>
|
||||
<line y1="0" x1="450" y2="500" x2="450"/>
|
||||
</g>-->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 60 50 L 225 50 C 515 50, 515 450, 225 450 L 60 450 Z" />
|
||||
<circle cx="490" cy="250" r="35"/>
|
||||
</g>
|
||||
<!--<g style="stroke:none;fill:green">
|
||||
<circle cx="50" cy="150" r="20"/>
|
||||
<circle cx="50" cy="350" r="20"/>
|
||||
<circle cx="550" cy="250" r="20"/>
|
||||
</g>-->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,38 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="600" height="500" viewBox="0 0 600 500">
|
||||
<!--<g style="stroke:rgb(0,0,255);stroke-width:2">
|
||||
<line x1="0" y1="0" x2="500" y2="0"/>
|
||||
<line x1="0" y1="100" x2="500" y2="100"/>
|
||||
<line x1="0" y1="200" x2="500" y2="200"/>
|
||||
<line x1="0" y1="300" x2="500" y2="300"/>
|
||||
<line x1="0" y1="400" x2="500" y2="400"/>
|
||||
<line x1="0" y1="500" x2="500" y2="500"/>
|
||||
<line y1="0" x1="0" y2="500" x2="0"/>
|
||||
<line y1="0" x1="100" y2="500" x2="100"/>
|
||||
<line y1="0" x1="200" y2="500" x2="200"/>
|
||||
<line y1="0" x1="300" y2="500" x2="300"/>
|
||||
<line y1="0" x1="400" y2="500" x2="400"/>
|
||||
<line y1="0" x1="500" y2="500" x2="500"/>
|
||||
</g>
|
||||
<g style="stroke:rgb(255,0,0);stroke-width:1">
|
||||
<line x1="0" y1="50" x2="500" y2="50"/>
|
||||
<line x1="0" y1="150" x2="500" y2="150"/>
|
||||
<line x1="0" y1="250" x2="500" y2="250"/>
|
||||
<line x1="0" y1="350" x2="500" y2="350"/>
|
||||
<line x1="0" y1="450" x2="500" y2="450"/>
|
||||
<line y1="0" x1="50" y2="500" x2="50"/>
|
||||
<line y1="0" x1="150" y2="500" x2="150"/>
|
||||
<line y1="0" x1="250" y2="500" x2="250"/>
|
||||
<line y1="0" x1="350" y2="500" x2="350"/>
|
||||
<line y1="0" x1="450" y2="500" x2="450"/>
|
||||
</g>-->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 10 50 L 150 50 C 375 50, 440 250, 440 250 C 440 250, 375 450, 150 450 L 20 450 L 150 450 L 10 450 C 110 400, 110 100, 10 50 L 150 50 L 10 50 Z" />
|
||||
<circle cx="490" cy="250" r="35"/>
|
||||
</g>
|
||||
<!--<g style="stroke:none;fill:green">
|
||||
<circle cx="50" cy="150" r="20"/>
|
||||
<circle cx="50" cy="350" r="20"/>
|
||||
<circle cx="550" cy="250" r="20"/>
|
||||
</g>-->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,37 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="400" height="300" viewBox="0 0 400 300">
|
||||
<!--<g style="stroke:rgb(0,0,255);stroke-width:2">
|
||||
<line x1="0" y1="0" x2="500" y2="0"/>
|
||||
<line x1="0" y1="100" x2="500" y2="100"/>
|
||||
<line x1="0" y1="200" x2="500" y2="200"/>
|
||||
<line x1="0" y1="300" x2="500" y2="300"/>
|
||||
<line x1="0" y1="400" x2="500" y2="400"/>
|
||||
<line x1="0" y1="500" x2="500" y2="500"/>
|
||||
<line y1="0" x1="0" y2="500" x2="0"/>
|
||||
<line y1="0" x1="100" y2="500" x2="100"/>
|
||||
<line y1="0" x1="200" y2="500" x2="200"/>
|
||||
<line y1="0" x1="300" y2="500" x2="300"/>
|
||||
<line y1="0" x1="400" y2="500" x2="400"/>
|
||||
<line y1="0" x1="500" y2="500" x2="500"/>
|
||||
</g>
|
||||
<g style="stroke:rgb(255,0,0);stroke-width:1">
|
||||
<line x1="0" y1="50" x2="500" y2="50"/>
|
||||
<line x1="0" y1="150" x2="500" y2="150"/>
|
||||
<line x1="0" y1="250" x2="500" y2="250"/>
|
||||
<line x1="0" y1="350" x2="500" y2="350"/>
|
||||
<line x1="0" y1="450" x2="500" y2="450"/>
|
||||
<line y1="0" x1="50" y2="500" x2="50"/>
|
||||
<line y1="0" x1="150" y2="500" x2="150"/>
|
||||
<line y1="0" x1="250" y2="500" x2="250"/>
|
||||
<line y1="0" x1="350" y2="500" x2="350"/>
|
||||
<line y1="0" x1="450" y2="500" x2="450"/>
|
||||
</g>-->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 60 50 L 250 150 L 60 250 Z" />
|
||||
<circle cx="290" cy="150" r="35"/>
|
||||
</g>
|
||||
<!--<g style="stroke:none;fill:green">
|
||||
<circle cx="50" cy="150" r="20"/>
|
||||
<circle cx="350" cy="150" r="20"/>
|
||||
</g>-->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,37 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="500" height="500" viewBox="0 0 500 500">
|
||||
<!--<g style="stroke:rgb(0,0,255);stroke-width:2">
|
||||
<line x1="0" y1="0" x2="500" y2="0"/>
|
||||
<line x1="0" y1="100" x2="500" y2="100"/>
|
||||
<line x1="0" y1="200" x2="500" y2="200"/>
|
||||
<line x1="0" y1="300" x2="500" y2="300"/>
|
||||
<line x1="0" y1="400" x2="500" y2="400"/>
|
||||
<line x1="0" y1="500" x2="500" y2="500"/>
|
||||
<line y1="0" x1="0" y2="500" x2="0"/>
|
||||
<line y1="0" x1="100" y2="500" x2="100"/>
|
||||
<line y1="0" x1="200" y2="500" x2="200"/>
|
||||
<line y1="0" x1="300" y2="500" x2="300"/>
|
||||
<line y1="0" x1="400" y2="500" x2="400"/>
|
||||
<line y1="0" x1="500" y2="500" x2="500"/>
|
||||
</g>
|
||||
<g style="stroke:rgb(255,0,0);stroke-width:1">
|
||||
<line x1="0" y1="50" x2="500" y2="50"/>
|
||||
<line x1="0" y1="150" x2="500" y2="150"/>
|
||||
<line x1="0" y1="250" x2="500" y2="250"/>
|
||||
<line x1="0" y1="350" x2="500" y2="350"/>
|
||||
<line x1="0" y1="450" x2="500" y2="450"/>
|
||||
<line y1="0" x1="50" y2="500" x2="50"/>
|
||||
<line y1="0" x1="150" y2="500" x2="150"/>
|
||||
<line y1="0" x1="250" y2="500" x2="250"/>
|
||||
<line y1="0" x1="350" y2="500" x2="350"/>
|
||||
<line y1="0" x1="450" y2="500" x2="450"/>
|
||||
</g>-->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 10 50 L 150 50 C 375 50, 430 250, 430 250 C 430 250, 375 450, 150 450 L 20 450 L 150 450 L 10 450 C 110 400, 110 100, 10 50 L 150 50 L 10 50 Z" />
|
||||
</g>
|
||||
<!--<g style="stroke:none;fill:green">
|
||||
<circle cx="50" cy="150" r="20"/>
|
||||
<circle cx="50" cy="350" r="20"/>
|
||||
<circle cx="450" cy="250" r="20"/>
|
||||
</g>-->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,35 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="300" height="300" viewBox="0 0 300 300">
|
||||
<!-- <g style="stroke:rgb(0,0,255);stroke-width:2"> -->
|
||||
<!-- <line x1="0" y1="0" x2="500" y2="0"/> -->
|
||||
<!-- <line x1="0" y1="100" x2="500" y2="100"/> -->
|
||||
<!-- <line x1="0" y1="200" x2="500" y2="200"/> -->
|
||||
<!-- <line x1="0" y1="300" x2="500" y2="300"/> -->
|
||||
<!-- <line x1="0" y1="400" x2="500" y2="400"/> -->
|
||||
<!-- <line x1="0" y1="500" x2="500" y2="500"/> -->
|
||||
<!-- <line y1="0" x1="0" y2="500" x2="0"/> -->
|
||||
<!-- <line y1="0" x1="100" y2="500" x2="100"/> -->
|
||||
<!-- <line y1="0" x1="200" y2="500" x2="200"/> -->
|
||||
<!-- <line y1="0" x1="300" y2="500" x2="300"/> -->
|
||||
<!-- <line y1="0" x1="400" y2="500" x2="400"/> -->
|
||||
<!-- <line y1="0" x1="500" y2="500" x2="500"/> -->
|
||||
<!-- </g> -->
|
||||
<!-- <g style="stroke:rgb(255,0,0);stroke-width:1"> -->
|
||||
<!-- <line x1="0" y1="50" x2="500" y2="50"/> -->
|
||||
<!-- <line x1="0" y1="150" x2="500" y2="150"/> -->
|
||||
<!-- <line x1="0" y1="250" x2="500" y2="250"/> -->
|
||||
<!-- <line x1="0" y1="350" x2="500" y2="350"/> -->
|
||||
<!-- <line x1="0" y1="450" x2="500" y2="450"/> -->
|
||||
<!-- <line y1="0" x1="50" y2="500" x2="50"/> -->
|
||||
<!-- <line y1="0" x1="150" y2="500" x2="150"/> -->
|
||||
<!-- <line y1="0" x1="250" y2="500" x2="250"/> -->
|
||||
<!-- <line y1="0" x1="350" y2="500" x2="350"/> -->
|
||||
<!-- <line y1="0" x1="450" y2="500" x2="450"/> -->
|
||||
<!-- </g> -->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<circle cx="150" cy="150" r="100"/>
|
||||
</g>
|
||||
<!-- <g style="stroke:none;fill:green"> -->
|
||||
<!-- <circle cx="150" cy="150" r="40"/> -->
|
||||
<!-- </g> -->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,41 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="700" height="500" viewBox="0 0 700 500">
|
||||
<!--<g style="stroke:rgb(0,0,255);stroke-width:2">
|
||||
<line x1="0" y1="0" x2="600" y2="0"/>
|
||||
<line x1="0" y1="100" x2="600" y2="100"/>
|
||||
<line x1="0" y1="200" x2="600" y2="200"/>
|
||||
<line x1="0" y1="300" x2="600" y2="300"/>
|
||||
<line x1="0" y1="400" x2="600" y2="400"/>
|
||||
<line x1="0" y1="500" x2="600" y2="500"/>
|
||||
<line y1="0" x1="0" y2="500" x2="0"/>
|
||||
<line y1="0" x1="100" y2="500" x2="100"/>
|
||||
<line y1="0" x1="200" y2="500" x2="200"/>
|
||||
<line y1="0" x1="300" y2="500" x2="300"/>
|
||||
<line y1="0" x1="400" y2="500" x2="400"/>
|
||||
<line y1="0" x1="500" y2="500" x2="500"/>
|
||||
<line y1="0" x1="600" y2="500" x2="600"/>
|
||||
</g>
|
||||
<g style="stroke:rgb(255,0,0);stroke-width:1">
|
||||
<line x1="0" y1="50" x2="600" y2="50"/>
|
||||
<line x1="0" y1="150" x2="600" y2="150"/>
|
||||
<line x1="0" y1="250" x2="600" y2="250"/>
|
||||
<line x1="0" y1="350" x2="600" y2="350"/>
|
||||
<line x1="0" y1="450" x2="600" y2="450"/>
|
||||
<line y1="0" x1="50" y2="500" x2="50"/>
|
||||
<line y1="0" x1="150" y2="500" x2="150"/>
|
||||
<line y1="0" x1="250" y2="500" x2="250"/>
|
||||
<line y1="0" x1="350" y2="500" x2="350"/>
|
||||
<line y1="0" x1="450" y2="500" x2="450"/>
|
||||
<line y1="0" x1="550" y2="500" x2="550"/>
|
||||
</g>-->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 110 50 L 250 50 C 475 50, 530 250, 540 250 C 540 250, 475 450, 250 450 L 120 450 L 250 450 L 110 450 C 210 400, 210 100, 110 50 L 250 50 L 110 50 Z" />
|
||||
<path d="M 10 50 C 110 100, 110 400, 10 450 C 110 400, 110 100, 10 50 Z" />
|
||||
<circle cx="590" cy="250" r="35"/>
|
||||
</g>
|
||||
<!--<g style="stroke:none;fill:green">
|
||||
<circle cx="50" cy="150" r="20"/>
|
||||
<circle cx="50" cy="350" r="20"/>
|
||||
<circle cx="650" cy="250" r="20"/>
|
||||
</g>-->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,40 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
|
||||
width="600" height="500" viewBox="0 0 600 500">
|
||||
<!--<g style="stroke:rgb(0,0,255);stroke-width:2">
|
||||
<line x1="0" y1="0" x2="600" y2="0"/>
|
||||
<line x1="0" y1="100" x2="600" y2="100"/>
|
||||
<line x1="0" y1="200" x2="600" y2="200"/>
|
||||
<line x1="0" y1="300" x2="600" y2="300"/>
|
||||
<line x1="0" y1="400" x2="600" y2="400"/>
|
||||
<line x1="0" y1="500" x2="600" y2="500"/>
|
||||
<line y1="0" x1="0" y2="500" x2="0"/>
|
||||
<line y1="0" x1="100" y2="500" x2="100"/>
|
||||
<line y1="0" x1="200" y2="500" x2="200"/>
|
||||
<line y1="0" x1="300" y2="500" x2="300"/>
|
||||
<line y1="0" x1="400" y2="500" x2="400"/>
|
||||
<line y1="0" x1="500" y2="500" x2="500"/>
|
||||
<line y1="0" x1="600" y2="500" x2="600"/>
|
||||
</g>
|
||||
<g style="stroke:rgb(255,0,0);stroke-width:1">
|
||||
<line x1="0" y1="50" x2="600" y2="50"/>
|
||||
<line x1="0" y1="150" x2="600" y2="150"/>
|
||||
<line x1="0" y1="250" x2="600" y2="250"/>
|
||||
<line x1="0" y1="350" x2="600" y2="350"/>
|
||||
<line x1="0" y1="450" x2="600" y2="450"/>
|
||||
<line y1="0" x1="50" y2="500" x2="50"/>
|
||||
<line y1="0" x1="150" y2="500" x2="150"/>
|
||||
<line y1="0" x1="250" y2="500" x2="250"/>
|
||||
<line y1="0" x1="350" y2="500" x2="350"/>
|
||||
<line y1="0" x1="450" y2="500" x2="450"/>
|
||||
<line y1="0" x1="550" y2="500" x2="550"/>
|
||||
</g>-->
|
||||
<g style="stroke:black;stroke-width:20;fill:white">
|
||||
<path d="M 110 50 L 250 50 C 475 50, 530 250, 530 250 C 530 250, 475 450, 250 450 L 120 450 L 250 450 L 110 450 C 210 400, 210 100, 110 50 L 250 50 L 110 50 Z" />
|
||||
<path d="M 10 50 C 110 100, 110 400, 10 450 C 110 400, 110 100, 10 50 Z" />
|
||||
</g>
|
||||
<!--<g style="stroke:none;fill:green">
|
||||
<circle cx="50" cy="150" r="20"/>
|
||||
<circle cx="50" cy="350" r="20"/>
|
||||
<circle cx="550" cy="250" r="20"/>
|
||||
</g>-->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M18,11H10L13.5,7.5L12.08,6.08L6.16,12L12.08,17.92L13.5,16.5L10,13H18V11Z" style="stroke:black;stroke-width:1;fill:white"/></svg>
|
||||
|
After Width: | Height: | Size: 488 B |
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M20.37,8.91L19.37,10.64L7.24,3.64L8.24,1.91L11.28,3.66L12.64,3.29L16.97,5.79L17.34,7.16L20.37,8.91ZM6,19V7H11.07L18,11V19A2,2 0 0,1 16,21H8A2,2 0 0,1 6,19Z" style="stroke:black;stroke-width:1;fill:white" /></svg>
|
||||
|
After Width: | Height: | Size: 497 B |
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19ZM6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z" fill="white" style="stroke:black;stroke-width:1;fill:white" /></svg>
|
||||
|
After Width: | Height: | Size: 437 B |
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H19A2,2 0 0,1 21,8H21L4,8V18L6.14,10H23.21L20.93,18.5C20.7,19.37 19.92,20 19,20Z" style="stroke:black;stroke-width:1;fill:white"/></svg>
|
||||
|
After Width: | Height: | Size: 477 B |
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
ls Cursor | sed -e 's/\.svg$//'|xargs -I % sh -c 'svgexport Cursor/%.svg ../Assets/Textures/Cursor/%.png pad 4096:'
|
||||
ls UI | sed -e 's/\.svg$//'|xargs -I % sh -c 'svgexport UI/%.svg ../Assets/Textures/UI/%.png pad 4096'
|
||||
ls Gates | sed -e 's/\.svg$//'|xargs -I % sh -c 'svgexport Gates/%.svg ../Assets/Textures/Gates/%.png pad 8x'
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
ls Cursor | sed -e 's/\.svg$//'|xargs -I % sh -c 'svgexport Cursor/%.svg ../Assets/Textures/Cursor/%.png pad 256:'
|
||||
ls UI | sed -e 's/\.svg$//'|xargs -I % sh -c 'svgexport UI/%.svg ../Assets/Textures/UI/%.png pad 256:'
|
||||
ls Gates | sed -e 's/\.svg$//'|xargs -I % sh -c 'svgexport Gates/%.svg ../Assets/Textures/Gates/%.png pad 1x'
|
||||