blob: a2217fed5d059cc819034ad7101bd4ff19856ca3 (
plain)
1
2
3
4
5
6
7
8
|
<!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>
|