Quote:
Originally Posted by alexvallette
Thanks Chareski. I turn the 90% into 80% and it seems to work well.
For my knowledge, what the height="90%" stands for in the <svg> tag?
|
It indicates the percentage of the vertical height of the containing block that will be occupied by the image. In this case the svg element is contained by the <body> block, whose height should be the same as the screen, so the image ends up being xx% of the screen height.