0
svg height and width significantly bigger than the object
What exactly is svg height and width defining? And why in the posted examples is the svg height and width significantly larger than that of the object we are creating?
3 Réponses
+ 1
svg height and width is use to specify drawing space.
it makes sense that the space available should be big enough to contain the object to be drawn.
+ 2
so the svg size can big as big or small as we want as long as its big enough for the object tofit?
+ 2
yeah