From 418e7a7242669f5254cb3c8d54d2dd981ee504ca Mon Sep 17 00:00:00 2001 From: Matthew Blanchard Date: Wed, 13 Mar 2024 14:35:19 -0400 Subject: [PATCH] Tunni+speedvis+cut (#392) * Added speed visualization. * Added tunni line and point manipulation. * Forgot a file with the last commit. * Refactored the measure tool to be similar to Inkscape's. * Changes to accomodate for MFEKmath changes. * Added a cut tool. * Changes to the menu and tool bars to toggle new features. Icon for Cut. * Development lines uncommented in Cargo.toml/lock will change and rebuild before merge. * fix build * Development lines uncommented in Cargo.toml/lock will change and rebuild before merge. * rebase on top of master * cargo fmt * Removed debug prints. * Fixed black screen. * Removed warnings. Added missing flush call. --------- Co-authored-by: Fredrick Brennan