This commit is contained in:
Madison Scott-Clary
2020-01-11 13:42:27 -08:00
parent 375736311e
commit e23b1708ec
48 changed files with 1098 additions and 0 deletions

24
book/assets/3.svg Normal file
View File

@ -0,0 +1,24 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="350"
height="350">
<style>
* {
fill: none;
stroke: black;
stroke-width: 5px;
}
</style>
<rect x="0" y="0" width="350" height="350" />
<path d="
M 100 50
q -30 75 50 250
L 50 50
l 0 250
q 100 -250 250 -250
s -150 0 -150 125
s 175 125 175 0
s -125 -75 -125 0
s 125 5 125 0
l -275 0" />
</svg>

After

Width:  |  Height:  |  Size: 498 B