mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 07:48:02 +08:00
* impl append_bezpath method to push a kurbo bezier path to vector data. * refactor stroke_bezier_paths method and StrokePathIter iterator implementation * refactor * impl VectorData method to get strokes iterator of kurbo bezpath * impl solidify stroke node * refactor * use StrokeOptLevel::Optimized for generation stroke fill * add miter limit and dashes * fix naming --------- Co-authored-by: indierusty <priyaayadav@gmail.com> Co-authored-by: Keavon Chambers <keavon@keavon.com>