24 lines
328 B
HTML
Executable File
24 lines
328 B
HTML
Executable File
<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>
|