This commit is contained in:
indierusty
2025-06-26 14:30:40 +05:30
parent 4c6e5da2a8
commit db141046a3
3 changed files with 6 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ use graphene_core::raster_types::CPU;
use graphene_core::renderer::RenderMetadata;
use graphene_core::transform::ReferencePoint;
use graphene_core::uuid::NodeId;
use graphene_core::vector::VectorDataInstancesModification;
use graphene_core::vector::style::Fill;
use graphene_core::{Color, MemoHash, Node, Type};
use std::fmt::Display;
@@ -214,7 +215,7 @@ tagged_value! {
DocumentNode(DocumentNode),
Curve(graphene_core::raster::curve::Curve),
Footprint(graphene_core::transform::Footprint),
VectorModification(Box<graphene_core::vector::VectorModification>),
VectorDataInstancesModification(VectorDataInstancesModification),
FontCache(Arc<graphene_core::text::FontCache>),
// ==========
// ENUM TYPES