state chart updates

This commit is contained in:
Haze Weathers 2023-05-01 00:09:39 -04:00
parent d11ccb37a1
commit 02b85c7dd2
7 changed files with 242 additions and 18 deletions

View file

@ -1,22 +1,92 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
<rect id="Artboard1" x="0" y="0" width="32" height="32" style="fill:none;"/>
<g id="Artboard11" serif:id="Artboard1">
<g transform="matrix(1.03705,0,0,1.03705,-0.460588,-0.659827)">
<g id="BG">
<path d="M30.337,8.833C30.337,4.841 27.096,1.601 23.104,1.601L8.64,1.601C4.649,1.601 1.408,4.841 1.408,8.833L1.408,23.297C1.408,27.288 4.649,30.529 8.64,30.529L23.104,30.529C27.096,30.529 30.337,27.288 30.337,23.297L30.337,8.833Z" style="fill:none;stroke:rgb(225,142,57);stroke-width:0.96px;"/>
<svg
width="100%"
height="100%"
viewBox="0 0 32 32"
version="1.1"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"
id="svg86"
sodipodi:docname="transition.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:serif="http://www.serif.com/"><defs
id="defs90" /><sodipodi:namedview
id="namedview88"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="17.46875"
inkscape:cx="16"
inkscape:cy="16.257603"
inkscape:window-width="1302"
inkscape:window-height="737"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Transition" />
<rect
id="Artboard1"
x="0"
y="0"
width="32"
height="32"
style="fill:none;" />
<g
id="Artboard11"
serif:id="Artboard1">
<g
transform="matrix(1.03705,0,0,1.03705,-0.460588,-0.659827)"
id="g70"
style="stroke:#ffdf00;stroke-opacity:1">
<g
id="BG"
style="stroke:#ffdf00;stroke-opacity:1">
<path
d="M30.337,8.833C30.337,4.841 27.096,1.601 23.104,1.601L8.64,1.601C4.649,1.601 1.408,4.841 1.408,8.833L1.408,23.297C1.408,27.288 4.649,30.529 8.64,30.529L23.104,30.529C27.096,30.529 30.337,27.288 30.337,23.297L30.337,8.833Z"
style="fill:none;stroke:#ffdf00;stroke-width:0.96px;stroke-opacity:1"
id="path67" />
</g>
</g>
<g id="Transition">
<g transform="matrix(0.59386,-0.00129228,-0.00129228,0.999996,1.73018,-0.223543)">
<path d="M14.852,23.427C30.642,25.277 38.781,18.528 34.54,10.944" style="fill:none;stroke:rgb(225,142,57);stroke-width:2.44px;"/>
<g
id="Transition">
<g
transform="matrix(0.59386,-0.00129228,-0.00129228,0.999996,1.73018,-0.223543)"
id="g74"
style="stroke:#ffdf00;stroke-opacity:1">
<path
d="M14.852,23.427C30.642,25.277 38.781,18.528 34.54,10.944"
style="fill:none;stroke:#ffdf00;stroke-width:2.44px;stroke-opacity:1"
id="path72" />
</g>
<g transform="matrix(1.36246,0,0,1.36246,-3.81851,-16.9755)">
<circle cx="19.207" cy="19.263" r="4.404" style="fill:rgb(225,142,57);"/>
<g
transform="matrix(1.36246,0,0,1.36246,-3.81851,-16.9755)"
id="g78">
<circle
cx="19.207"
cy="19.263"
r="4.404"
style="fill:#ffdf00;fill-opacity:1"
id="circle76" />
</g>
<g transform="matrix(1.36246,0,0,1.36246,-16.9151,-2.76732)">
<circle cx="19.207" cy="19.263" r="4.404" style="fill:rgb(225,142,57);"/>
<g
transform="matrix(1.36246,0,0,1.36246,-16.9151,-2.76732)"
id="g82"
style="fill:#ffdf00;fill-opacity:1">
<circle
cx="19.207"
cy="19.263"
r="4.404"
style="fill:#ffdf00;fill-opacity:1"
id="circle80" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Before After
Before After