IE Edge Issue Scroll SVG

by DineshAngappa

HTML

<body>
<div style = "border:1px solid red;width:500px;overflow-x:scroll;">
<svg xmlns="http://www.w3.org/2000/svg"
 width="700" height="462">
  <rect x="80" y="60" width="250" height="250" rx="20"
      style="fill:#ff0000; stroke:#000000;stroke-width:2px;" />
  
  <rect x="380" y="60" width="250" height="250" rx="40"
      style="fill:#0000ff; stroke:#000000; stroke-width:2px;
      fill-opacity:0.7;" />
</svg>
 </div>
</body>