mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Box TaggedValue::VectorModification (#1995)
This commit is contained in:
parent
664e7f89b5
commit
768ca0c535
3 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ tagged_value! {
|
|||
Curve(graphene_core::raster::curve::Curve),
|
||||
Footprint(graphene_core::transform::Footprint),
|
||||
Palette(Vec<Color>),
|
||||
VectorModification(graphene_core::vector::VectorModification),
|
||||
VectorModification(Box<graphene_core::vector::VectorModification>),
|
||||
CentroidType(graphene_core::vector::misc::CentroidType),
|
||||
BooleanOperation(graphene_core::vector::misc::BooleanOperation),
|
||||
FontCache(Arc<graphene_core::text::FontCache>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue