exupero / saveSvgAsPng

Save SVGs as PNGs from the browser.
MIT License
1.09k stars 362 forks source link

Input element inside foreignObject #203

Open FransAndersen opened 5 years ago

FransAndersen commented 5 years ago

The whole console turns red when embedding an input field inside a foreignObject

<svg width="200" height="200">
     <foreignObject x="50" y="50" width="50" height="100">
          <input value="Try this shit">
     </foreignObject>
</svg>