11-24-2021 01:22
11-24-2021 01:22
What is the best/correct way to define a background image in an SVG?
<svg class="background" >
</svg>
Author | ch, passion for improvement.
Answered! Go to the Best Answer.
11-29-2021 20:53
11-29-2021 20:53
I don't know if this is the best way but, this is how I do it,
<svg class="background">
<image id="image" href="yourimage.png" width="100%" height="100%"/>
</svg>
11-29-2021 20:53
11-29-2021 20:53
I don't know if this is the best way but, this is how I do it,
<svg class="background">
<image id="image" href="yourimage.png" width="100%" height="100%"/>
</svg>
11-29-2021 21:14