Récupération du cours SVG
This commit is contained in:
19
exercices/svg-4a.html
Executable file
19
exercices/svg-4a.html
Executable file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>SVG Image</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<svg height="400" width="400">
|
||||
<image xlink:href="lion.jfif" x="0" y="0" height="400" width="200" />
|
||||
</svg>
|
||||
https://www.lachimie.net/index.php?page=34
|
||||
<svg style="position: absolute; left: 0px; top: 0px; pointer-events: none; transform-origin: left top 0px; z-index: 20; transform: matrix(1, 0, 0, 1, 0, 0);" focusable="false" aria-hidden="true" width="0" height="0"><defs></defs><g transform="translate(0,0)"><g><g><g><path d="M0 0" style="fill: none; stroke: rgba(212,19,106,0.5);stroke-width: 4;stroke-miterlimit: 10;"></path><g><path d="M0 0" style="fill: none; stroke: rgba(250,40,135,0.9000000000000000222);stroke-width: 2.5;stroke-miterlimit: 10;"></path></g></g>
|
||||
<g><path d="M0 0" style="fill: none; stroke: rgba(212,19,106,0.5);stroke-width: 4;stroke-miterlimit: 10;"></path><g>
|
||||
<path d="M0 0" style="fill: none; stroke: rgba(250,40,135,0.9000000000000000222);stroke-width: 2.5;stroke-miterlimit: 10;"></path></g>
|
||||
</g></g><g><path d="M0 0" style="fill: none; stroke: rgba(212,19,106,0.5);stroke-width: 2;stroke-miterlimit: 10;"></path><g>
|
||||
<path d="M0 0" style="fill: none; stroke: none;stroke-width: 2;stroke-miterlimit: 10;"></path></g></g></g></g></svg>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user