Remove Color struct from document-legacy (#1012)

This commit is contained in:
Keavon Chambers
2023-02-07 17:31:50 -08:00
parent 5462bf5f2f
commit 202b0ee6ed
28 changed files with 84 additions and 257 deletions

View File

@@ -6,7 +6,7 @@ use crate::messages::portfolio::utility_types::Platform;
use crate::messages::prelude::*;
use crate::messages::tool::utility_types::ToolType;
use document_legacy::color::Color;
use graphene_core::raster::color::Color;
/// A set of utility functions to make the writing of editor test more declarative
pub trait EditorTestUtils {