Récupération du cours SVG

This commit is contained in:
2025-10-30 13:08:21 +01:00
commit aae4193595
171 changed files with 15661 additions and 0 deletions

23
exercices/svg-4.html Executable file
View File

@@ -0,0 +1,23 @@
<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>