Open minaairsupport opened 5 years ago
I would like to know how can I control the SVG dimension Width, height
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-1 -1 4 4" style=" width: 100px; "> ... rest of code
I could do that by CSS For example: svg {width: 200px; height: 200px
svg {width: 200px; height: 200px
I would like to know how can I control the SVG dimension Width, height