mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-31 10:17:21 +00:00
Extract gpath_bool
from mod gstd::ops
path_bool-related nodes (#2762)
* cargo shear * Extract `gpath_bool` from `mod gstd::ops` path_bool-related nodes
This commit is contained in:
parent
9cf8d2cd05
commit
ffc6c5532b
25 changed files with 128 additions and 107 deletions
|
@ -247,7 +247,7 @@ tagged_value! {
|
|||
GradientType(graphene_core::vector::style::GradientType),
|
||||
ReferencePoint(graphene_core::transform::ReferencePoint),
|
||||
CentroidType(graphene_core::vector::misc::CentroidType),
|
||||
BooleanOperation(graphene_core::vector::misc::BooleanOperation),
|
||||
BooleanOperation(graphene_path_bool::BooleanOperation),
|
||||
}
|
||||
|
||||
impl TaggedValue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue