DrawList: AddCircle, AddCircleFilled: fixed large circles being under-tessellated (when above ~140 with default CircleTessellationMaxError).

This commit is contained in:
ocornut
2026-08-05 16:55:48 +02:00
parent 3741affa6d
commit 32b4600ca2
2 changed files with 10 additions and 4 deletions

View File

@@ -198,6 +198,8 @@ Other Changes:
- AddRectFilled(): non-integer coordinates will now display anti-aliased edges.
Previously, non-integer coordinates rendered with aliased edges snapped by the
rasterizer. (#6971)
- AddCircle, AddCircleFilled: fixed large circles being under-tessellated
(when above ~140 with default CircleTessellationMaxError).
- Improved debug-build performance in various locations.
- Improved minor mismatches when overlapping strokes and filled shapes.
For example, when using inside strokes,