20 lines
445 B
XML
20 lines
445 B
XML
<svg viewBox="0 0 600 300" width="600" height="300" xmlns="http://www.w3.org/2000/svg">
|
|
<foreignObject width="100%" height="100%">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: white;
|
|
}
|
|
img {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|
|
|
|
</style>
|
|
<img src="/doc/docs/statics/klee.svg"/>
|
|
</div>
|
|
</foreignObject>
|
|
</svg>
|