GraphiteEditor / Graphite

2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.
https://graphite.rs
Apache License 2.0
7.29k stars 385 forks source link

Fix for show artboard names in viewport #1706 #1788

Closed ysrtyfn closed 1 week ago

ysrtyfn commented 1 week ago

Added Label property to Artboard struct. Updated related artboard creation methods. Updated input indexes of Artboard node. Updated indexes used in resize_artboard method.

Keavon commented 1 week ago

Is this ready for review and potential merging into master, or does it have extra work to go?

ysrtyfn commented 1 week ago

I will try to solve this issue inside flatten_with_fns function because as Adam pointed out, there is a potential bug with the current way of doing things.

Keavon commented 1 week ago

Accidentally closed and continued on here: https://github.com/GraphiteEditor/Graphite/pull/1795