I am trying to align use
element inside svg
element, to extreme left. I tried text-align: left
and text-anchor: start
but still the use element is in middle of the svg element.
<div class="guy">
<svg><use xlink:href="#guy"></use></svg>
</div>
Here is the fiddle
Add preserveAspectRatio="xMinYMid" e.g.
<div style="display: none"><svg id="guy" viewBox="0 0 123.6 205.2" preserveAspectRatio="xMinYMid">
or as a fiddle
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With