Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<title>CSS Zoom: foreignObject font-size reference</title>
<style>
:root {
zoom: 4;
font-size: 16px;
}
</style>
<svg width="50" height="25">
<foreignObject width="50" height="25">
<div>TEST</div>
</foreignObject>
</svg>
<svg width="50" height="25">
<foreignObject width="50" height="25">
<div>TEST</div>
</foreignObject>
</svg>
<svg width="50" height="25">
<foreignObject width="50" height="25">
<div>TEST</div>
</foreignObject>
</svg>
<svg width="50" height="25">
<foreignObject width="50" height="25">
<div>TEST</div>
</foreignObject>
</svg>