<svg></svg>
http://jsfiddle.net/c6SW6/
It works correctly in Chrome, but I cannot force the svg element to expand completely no matter what I try to do.
Any thoughts?
You need to specify html height of 100%:
html
body, html { height: 100%; width: 100%; margin: 0; padding: 0; }
jsfiddle
Source: https://habr.com/ru/post/1486285/More articles:How to create a context menu with the same choice as Explorer - c #Why get download requests when extracting - gitTesting Grails custom graphs with support for services and plugins - pluginsMYSQL - the best design for storing multiple email addresses / addresses for one user - mysqlHow to store several letters, personal, etc. For a single contact in MySQL - mysqlDelphi XE: dummy "Never build a package should be recompiled" / "Internal error F2084: U10346" when creating packages - delphiJavascript variable with leading zeros - javascriptWYSIWYG in android web browser - androidXMLHTTP request passing a JSON string as source data - ajaxRetain field value of nested form after failed validation - ruby | fooobar.comAll Articles