Make pure svg calls
This commit is contained in:
15
logo.svg
15
logo.svg
@@ -1,19 +1,8 @@
|
|||||||
<svg viewBox="0 0 600 300" width="600" height="300" xmlns="http://www.w3.org/2000/svg">
|
<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>
|
<style>
|
||||||
body {
|
image {
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
img {
|
|
||||||
height: 100vh;
|
|
||||||
width: 100vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<img src="https://github.com/metal3d/katenary/raw/develop/doc/docs/statics/klee.svg"/>
|
<image width="600" height="300" href="./doc/docs/statics/klee.svg"/>
|
||||||
</div>
|
|
||||||
</foreignObject>
|
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 248 B |
Reference in New Issue
Block a user