Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
op/clip: prevent no-op path segments
This commit prevents the insertion of LineTo and QuadTo path segments that have no visible effect on the path (because the path's pen is already at their end state). This eliminates whisker artifacts from some stroked paths. Thanks to Morlay for the bug report leading to this fix. Fixes: https://todo.sr.ht/~eliasnaur/gio/535 Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
- Loading branch information