Files
katenary/logo.svg

20 lines
445 B
XML
Raw Normal View History

2024-04-22 15:17:28 +02:00
<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>