Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<svg width="400" height="400">
<foreignObject x="200" y="200" width="200" height="200">
<div style="width: 100px; height: 100px; transform: scale(2); transform-origin: 0 0; overflow: scroll">
<div style="width: 1000px; height: 1000px; background: blue"></div>
</div>
</foreignObject>
</svg>