mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
width/height sur l'image svg + xlink
This commit is contained in:
parent
3b9e7869f0
commit
f204fe8906
35 changed files with 56 additions and 52 deletions
|
|
@ -5,6 +5,6 @@
|
|||
</head>
|
||||
<body onload="init()">
|
||||
<div><input type="range" min="30" max="250" value="100" id="range" /></div>
|
||||
<div><svg id="map" style="fill: transparent" viewBox="0 0 958 618" xmlns="http://www.w3.org/2000/svg"><image href="smitin.png" /></svg></div>
|
||||
<div><svg id="map" style="fill: transparent" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 958 618" xmlns="http://www.w3.org/2000/svg"><image xlink:href="smitin.png" width="958px" height="618px" /></svg></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue