This is more of a question:
I am using react svg icons and I noticed that the aspect ratio of an icon is not calculated dynamically based on the viewbox. resulting what should be squared icons to have bigger computed width:
This is a result of undefined --fa-width which means the following defaults to 1.25em.
Is this intended? I would expect the dimensions of the rendered svg to honour the aspect ratio of the viewbox but I may be missing something.
Thanks
This is more of a question:
I am using react svg icons and I noticed that the aspect ratio of an icon is not calculated dynamically based on the viewbox. resulting what should be squared icons to have bigger computed width:
This is a result of undefined --fa-width which means the following defaults to 1.25em.
Is this intended? I would expect the dimensions of the rendered svg to honour the aspect ratio of the viewbox but I may be missing something.
Thanks