Files
doc-svg/exercices/sprite.svg

11 lines
382 B
XML
Raw Normal View History

2025-10-30 13:08:21 +01:00
<?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>