mirror of
https://github.com/bpmbpm/doc.git
synced 2026-04-29 20:10:48 +00:00
Add files via upload
This commit is contained in:
parent
57e64dd5d1
commit
300efa21ff
3 changed files with 155 additions and 0 deletions
10
test/AI/code/SVG/image.svg
Normal file
10
test/AI/code/SVG/image.svg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect id="one" x="10" y="10" width="80" height="30" fill="lightblue" />
|
||||
<text x="20" y="30" font-family="Verdana" font-size="15">Один</text>
|
||||
|
||||
<rect id="two" x="10" y="50" width="80" height="30" fill="lightgreen" />
|
||||
<text x="20" y="70" font-family="Verdana" font-size="15">Два</text>
|
||||
|
||||
<rect id="three" x="10" y="90" width="80" height="30" fill="lightcoral" />
|
||||
<text x="20" y="110" font-family="Verdana" font-size="15">Три</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 551 B |
Loading…
Add table
Add a link
Reference in a new issue