GraphiteEditor / GraphiteEditor/Graphite
Extrude curves
Open
- Dominant language
- Rust
- Stars
- 27.2k
- Forks
- 1.3k
- Avg merge
- 20h 5m
- Merged PRs (30d)
- 57
Description
(as requested in #general by Keavon)
- For noncurving polygons, just do extrude (but allow multiselect, so you can extrude multiple polygon segments at a time) (see image below)
- For bezier segments, break the bezier into curve elements, turn these into subdivision lines (2d analog of subdivision surfaces) , and extrude those. You end up with cusps, but that's inevitable.


Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.