+ 1
Svg rectangle
Why is my second rectangle smaller even though I provided same dimensions for both the rectangles? https://code.sololearn.com/WJ4e511QxfyO/?ref=app
1 Respuesta
+ 3
SVG size limit
You can solve it by adding height attribute to SVG element
demo:
https://code.sololearn.com/W55tD69EFOrW/?ref=app
In the meantime, here is my very first tutorial seires about SVG:
https://youtube.com/playlist?list=PLkqwj9vc20pUecBQFYpSAOhTNUrvwOLBR
Hope it helps