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 PathStyle::clear_fill() doctest in style.rs #1791

Closed LukeFranceschini closed 1 week ago

LukeFranceschini commented 1 week ago

This should allow cargo test to pass successfully when run in graphite/node-graph/gcore (previously it failed on is_some() because clear_fill() doesn't return an Option).