ImDrawList: PthArcTo: Add small tolerance when comparing angles (#4993)

This commit is contained in:
thedmd
2022-02-08 13:33:26 +01:00
committed by ocornut
parent aa79d0cd2f
commit 4691fa0ed5
3 changed files with 4 additions and 3 deletions

View File

@ -40,6 +40,7 @@ Breaking changes:
Other Changes:
- Stack Tool: Added option to copy item path to clipboard. (#4631)
- Drawlist: Fixed PathArcTo() emitting terminating vertices too close to arc vertices. (#4993) [@thedmd]
-----------------------------------------------------------------------