0
How can i fix this problem in file.svg?
I am trying to insert a file.svg into html,into the code of this file I can see the bit map too, I converted this image to vectorial image with Inkscape... but I don't know why resulted too big
3 Answers
+ 4
In svg tag
you have or add an attribute viewBox = x y w h ;
Increases the value of w and h
Like 200 >300 >400....
till you get desired size
or share your code.
+ 2
viewBox tutorial
https://youtu.be/NwhRS6VUwVU
0
thanks