mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-02 00:16:07 +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
|
|
@ -1,5 +1,5 @@
|
|||
<svg id="map" style="fill: transparent" viewBox="0 0 2048 1536" xmlns="http://www.w3.org/2000/svg">
|
||||
<image href="ferrance.jpg" />
|
||||
<svg id="map" style="fill: transparent" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 2048 1536" xmlns="http://www.w3.org/2000/svg">
|
||||
<image xlink:href="ferrance.jpg" width="2048px" height="1536px" />
|
||||
<g class="region">
|
||||
<a href="oceanpelurique.html" target="details">
|
||||
<rect x="1" y="103" width="192" height="40">
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue