Récupération du cours SVG
This commit is contained in:
10
exercices/sprite.svg
Executable file
10
exercices/sprite.svg
Executable file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="400" height="200" style="width:450px"
|
||||
viewbox="0 0 700 250">
|
||||
<defs>
|
||||
<view id="icon-carte" viewBox="0 30 32 70" />
|
||||
<view id="icon-soleil" viewBox="360 150 80 50" />
|
||||
</defs>
|
||||
<rect x="0" y="40" width="500" height="50" />
|
||||
<circle cx="400" cy="200" r="50" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 382 B |
Reference in New Issue
Block a user