For me it worked without setting those Properties, but adding preserveAspectRatio="xMinYMin"
to the <svg ...>
tag and deleting width
and height
from the <svg ...>
tag.
↧
Answer by krjw for how to stretch/resize svgs in uwp's xaml?
↧