mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-31 02:07:21 +00:00
New node: Arc (#2470)
* init * add closed and slice options * Make it work beyond -360 to 360 degrees * Switch "closed" and "slice" to ArcType enum * Update default ranges --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
parent
33de539d6d
commit
adfcff7599
7 changed files with 131 additions and 9 deletions
|
@ -214,6 +214,7 @@ tagged_value! {
|
|||
RelativeAbsolute(graphene_core::raster::RelativeAbsolute),
|
||||
SelectiveColorChoice(graphene_core::raster::SelectiveColorChoice),
|
||||
GridType(graphene_core::vector::misc::GridType),
|
||||
ArcType(graphene_core::vector::misc::ArcType),
|
||||
LineCap(graphene_core::vector::style::LineCap),
|
||||
LineJoin(graphene_core::vector::style::LineJoin),
|
||||
FillType(graphene_core::vector::style::FillType),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue