Files
doc-svg/exercices/svg-4.html

24 lines
328 B
HTML
Raw Normal View History

2025-10-30 13:08:21 +01:00
<html>
<head>
<title>SVG Bibliothèque</title>
</head>
<body>
<svg height="400" width="400">
<image xlink:href="lion.jfif" x="0" y="0" height="400" width="200"
/>
</svg>
<svg width="0" height="0">
<defs>
<symbol id="cnbc" >
</symbol>
</defs>
</svg>
</html>