Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
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.
Best AnswerI 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>
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more