Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<svg id='container' viewBox="-20 -20 40 40"><rect x=-5 y=-5 width=10 height=10 fill=deepskyblue></rect> </svg>
  <span id='report'></span>
</body>
</html>
 
var svgWidth = document.body.querySelector('#container').clientWidth
document.body.querySelector('#report').innerText = 'Width of the svg: ' + svgWidth
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anvakapro
0viewers