ResizeCanvas
Resize the canvas to fill its parent.
Function
void ResizeCanvas()
Remarks
If you don’t call this function when the browser is resized, the aspect ratio will be wrong.
Examples
Calls this function every time the page is resized.
document.body.onresize = function () { SYM3.ResizeCanvas(); }