DrawList: added stroke position to path rendering.

- added generic stroke position to all path rendering
- removed stroke folding in favor of limiting the miter width (simplifies the geometry cases)
- removed fractional stroke rendering in favor of using the integer sized rendering for everything
  - the rationale is that the in-between sizes are a bit blurry anyways, and the error we get from scaling is visually acceptable
- added stroke position option for the demo
- updated the degenerate shape handling
- remove AddLine() stroke pos handling
- removed up commented out code.
This commit is contained in:
Mikko Mononen
2026-05-07 09:25:46 +03:00
committed by ocornut
parent 4c017c67e9
commit 6371cd7b1d
3 changed files with 260 additions and 683 deletions

File diff suppressed because it is too large Load Diff