Place whare you can share your SVGs: https://scratch.mit.edu/discuss/topic/400340 Welcome in SVG Maker! Here are 3 tools: circle line and square normal drawing. Slider on top changes size. On left are 16 colours you can draw with. On left down is Export button that exports what you drawed (follow instructions that you'll get). Squares can be a little buggy in .svg. Thats all! have fun in drawing!
02.04.2020 22:09 - Added fourth tool. Credit to wikipedia for example svg file. I only looked on example. https://en.wikipedia.org/wiki/Scalable_Vector_Graphics <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg width="391" height="391" viewBox="-70.5 -70.5 391 391" xmlns="http://www.w3.org/2000/svg"> <rect fill="#fff" stroke="#000" x="-70" y="-70" width="390" height="390"/> <g opacity="0.8"> <rect x="25" y="25" width="200" height="200" fill="green" stroke-width="4" stroke="pink" /> <circle cx="125" cy="125" r="75" fill="orange" /> <polyline points="50,150 50,200 200,200 200,100" stroke="red" stroke-width="4" fill="none" /> <line x1="50" y1="50" x2="200" y2="200" stroke="blue" stroke-width="4" /> </g> </svg> #Vector 31.07.2020 18:57 - @macio6 loved + faved.