diff --git a/README.md b/README.md index 86a6272..2cfbd6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -![logo](./artwork/logo.svg) +![logo](./artwork/logo-playful.svg) Statechart design, simulation and testing tool, developed with the goal of teaching Statecharts, but probably useful in its own right. \ No newline at end of file diff --git a/artwork/logo-fancy.svg b/artwork/logo-fancy.svg new file mode 100644 index 0000000..d84e11e --- /dev/null +++ b/artwork/logo-fancy.svg @@ -0,0 +1,4583 @@ + + + + diff --git a/artwork/logo.svg b/artwork/logo-playful.svg similarity index 94% rename from artwork/logo.svg rename to artwork/logo-playful.svg index 7d48fd7..e3bd353 100644 --- a/artwork/logo.svg +++ b/artwork/logo-playful.svg @@ -7,7 +7,7 @@ width="424.29144" height="105.71647" viewBox="0 0 424.29145 105.71647" - sodipodi:docname="logo.svg" + sodipodi:docname="logo-playful.svg" xml:space="preserve" inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" @@ -24,12 +24,12 @@ inkscape:pagecheckerboard="false" inkscape:deskcolor="#d1d1d1" showborder="true" - inkscape:zoom="2.3073094" - inkscape:cx="198.0662" - inkscape:cy="167.07773" + inkscape:zoom="1.1536547" + inkscape:cx="361.89339" + inkscape:cy="33.372204" inkscape:window-width="2560" inkscape:window-height="1540" - inkscape:window-x="1920" + inkscape:window-x="2560" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="g1">StateBuddy© 2025 Joeri Exelmans + style="mix-blend-mode:multiply;fill:none;stroke:#ff8000;stroke-width:11.3333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.47" /> diff --git a/src/App/About.tsx b/src/App/About.tsx index d164f6f..968ebbb 100644 --- a/src/App/About.tsx +++ b/src/App/About.tsx @@ -1,5 +1,5 @@ import { Dispatch, ReactElement, SetStateAction } from "react"; -import logo from "../../artwork/logo.svg"; +import logo from "../../artwork/logo-playful.svg"; export function About(props: {setModal: Dispatch>}) { return