Récupération du cours SVG
This commit is contained in:
23
exercices/svg-4.html
Executable file
23
exercices/svg-4.html
Executable 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>
|
||||
Reference in New Issue
Block a user