Closed micw closed 9 months ago
Hello,
the SVG cannot be scaled via CSS since the path is absolute. If you add viewBox="0 0 W H" (e.g. viewBox="0 0 18 18" if the width and height is 18), scaling works very well.
I think I agree with this. The current height and width attributes seem unnecessary, though.
@adrianschlatter It would be very nice if that fix was pushed to the pypi package 😇 thanks for your great work
Hello,
the SVG cannot be scaled via CSS since the path is absolute. If you add viewBox="0 0 W H" (e.g. viewBox="0 0 18 18" if the width and height is 18), scaling works very well.