Migrate demo artwork and fix all failing CI tests (#1459)

* Initial work on fixing tests

* Fix formatting

* Remove dead code to satisfy rustc warnings

* Insert into an artboard

* Load updated artwork in editor

* Remove popup when importing image

* Fix up demo art

* Change transform app[lication method

* Reduce number of enums called BlendMode

* Finalize the demo artwork upgrade

* Code review pass

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2023-11-19 01:06:19 +00:00
committed by Keavon Chambers
parent 719c96ecd8
commit 8a1cf3ad5d
40 changed files with 1238 additions and 477 deletions

View File

@@ -54,6 +54,8 @@ pub fn commit_info_localized(localized_commit_date: &str) -> String {
mod test {
use crate::messages::{input_mapper::utility_types::input_mouse::ViewportBounds, prelude::*};
// TODO: Fix and reenable
#[ignore]
#[test]
fn debug_ub() {
let mut editor = super::Editor::new();