I am using d3js, which uses SVG, to create a chart. View it at www.uscfstats.com/deltas (use 12842311 as the input value; right now it\'s VERY hacked together).
On
I was also facing same issue
.attr("width", window.innerWidth).attr("height",window.innerHeight)
worked for me.