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.3k stars 386 forks source link

Subpath::new_rect() creates cubic segments instead of linear segments #1696

Open auberisky opened 3 months ago

auberisky commented 3 months ago

Hi,

The bezier-rs Subpath::new_rect() constructor creates cubic segments, but imho linear segments would be more fitting?

Thanks!