7
I have an image of the map of Brazil in svg
all mapped and when resizing my page the same does not follow this resizing, I have read some articles and tried some solutions and in none of them I was successful
The page with the map and the code is here:
What I tried was this, remove the set size for the same stroke-width="1.0404"
and try to work with css to solve, but I couldn’t
.mapa { width: 200px; }
you will insert the SVG directly into html or Voce will embed? will put as background of some element? or an img tag?
– user3632930
http://jsfiddle.net/rnbr/94h9oveb/
– Renan Gomes
Hello @user3632930, hadn’t really commented that . svg is inserted directly into html, it was an error on my part.
– adventistapr
Link that can be useful for those who want to leave a responsive SVG image
– Yanka Santos