Closed Lefthandmedia closed 6 years ago
Hi :)
the preserveAspectRatio
should be present in the symbols if you use the default template
I just checked and it works.
You can test by following those steps:
examples
folder npm install && npm run all-build-in
examples/ex-aspect-ratio
You will see the preserveAspectRatio
attributes on the symbols
Is there something I'm missing?
Hi, tnx its working now. forgot that SVGmin was running running first. tnx for the quick reply
you're welcome :)
All my
<svg>'
s have an preserveAspectRatio attribute. The are all stripped out in the resulting<symbol>
. To be clear i doint mean the container SVG but all children<symbols>
How can i fix this? RDG