Add STriangle
This commit is contained in:
10
out.svg
Normal file
10
out.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="800" height="600">
|
||||
|
||||
<polygon points="200,250 225,200 250,250" style="fill:#ffff00;stroke:#000000;stroke-width:1" />
|
||||
<rect width="40" height="60" x="10" y="10" stroke="#ff0000" stroke-width="1" fill="none" />
|
||||
<rect width="40" height="60" x="70" y="10" stroke="#000000" stroke-width="1" fill="none" />
|
||||
<rect width="40" height="60" x="100" y="200" stroke="#ff00ff" stroke-width="1" fill="none" />
|
||||
<rect width="40" height="60" x="150" y="200" stroke="#ff00ff" stroke-width="1" fill="none" />
|
||||
<circle cx="230" cy="280" r="30" stroke="#000000" stroke-width="1" fill="none" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 682 B |
Reference in New Issue
Block a user