+ 3
What is default value of size of an svg rectangle shape?
height =100 height =100px what is 100 by default? what it is called thankyou
1 ответ
+ 1
The "100" is a relative value.
Say, your svg looks like
<svg width="200" height="200"></svg>
So, then your rect element will be half the height of svg element!