mirror of
https://github.com/ocornut/imgui.git
synced 2026-08-29 10:31:52 +00:00
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:
922
imgui_draw.cpp
922
imgui_draw.cpp
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user