1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-11-03 16:49:58 +00:00

width/height sur l'image svg + xlink

This commit is contained in:
Yan Maniez 2020-01-22 20:42:14 +01:00
parent 3b9e7869f0
commit f204fe8906
35 changed files with 56 additions and 52 deletions

View file

@ -1,3 +1,3 @@
<svg id="map" style="fill: transparent" viewBox="0 0 1116 789" xmlns="http://www.w3.org/2000/svg">
<image href="talbethhav.png" />
<svg id="map" style="fill: transparent" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1116 789" xmlns="http://www.w3.org/2000/svg">
<image xlink:href="talbethhav.png" width="1116px" height="789px" />
</svg>

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 218 B

Before After
Before After