Skip to content

Commit

Permalink
[glyphs] Impl 'erase open corners'
Browse files Browse the repository at this point in the history
This implements the functionality to erase 'open corners', which are
features of some outlines where the intended corner of two curves needs
to be inferred.

This implementation is a bit more verbose than we'd like, because kurbo
does not currently have an implementation of arbitrary curve-curve
intersection, so we've ported the implementation from fonttools' bezierTools.
  • Loading branch information
cmyr committed Jan 9, 2025
1 parent a46676b commit 7594104
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 0 deletions.
Loading

0 comments on commit 7594104

Please sign in to comment.