-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcanvas.html
executable file
·1 lines (1 loc) · 1.05 KB
/
canvas.html
1
<html><svg viewbox="0 0 1024 1024"><path d="M 90 90 l 20 30 l 20 10 l 30 10 Z" stroke="yellow" fill="yellow"/><path d="M 70 40 l 40 0 l 30 15 l 15 30 Z" stroke="purple" fill="purple"/><path d="M 10 50 l 0 20 l 20 0 l 0 -20 Z" stroke="blue" fill="transparent"/><path d="M 20 80 l 0 40 l 20 0 l 0 -20 Z" stroke="pink" fill="pink"/><path d="M 300 170 l 60 30" stroke="green" fill="transparent"/><path d="M 300 150 l 0 30 l 0 40 l 40 0 Z" stroke="black" fill="yellow"/><path d="M 300 170 l 30 60 l 30 0 l 30 50 l 10 -60" stroke="black" fill="transparent"/><path d="M 200 30 l 0 50 l 30 0 l 0 -50 l -30 0" stroke="orange" fill="orange"/><path d="M 250 50 l 0 10 l 30 0 l 0 -10 l -30 0" stroke="red" fill="pink"/><path d="M 250 80 L 260 90 l 30 0 l 30 -10" stroke="blue" fill="transparent"/><path d="M 40 30 L 20 10 L 10 10 L 10 10 Z" stroke="blue" fill="blue"/><path d="M 70 20 L 40 20 L 60 20 Z" stroke="red" fill="red"/><path d="M 40 30 L 20 10 L 10 10 L 10 10 Z" stroke="white" fill="white"/><path d="M 20 30 L 40 10 L 40 10 L 20 10 Z" stroke="green" fill="green"/></svg></html>