mirror of
https://github.com/ocornut/imgui.git
synced 2026-08-21 06:41:09 +00:00
DrawList: restored non-AA rendering mode.
- the ImDrawListFlags_AntiAliasedFill and ImDrawListFlags_AntiAliasedLines flags work again - added non-AA rendering for polyline and convex poly filled - do not use corner textures when AA is not used - Add missing no-AA for single line case
This commit is contained in:
@@ -148,8 +148,6 @@ HOW TO UPDATE?
|
||||
- Tree: hierarchy lines (when thickness>1.0f).
|
||||
- TabBar: selected overline border ((when thickness>1.0f).
|
||||
- Demo: Custom Rendering: canvas lines.
|
||||
- (Breaking) Removed support for non-aliased shapes.
|
||||
- Clearing `ImDrawListFlags_AntiAliasedLines` / `ImDrawListFlags_AntiAliasedFill` will have no effect.
|
||||
- Demo: Custom Rendering: exposed new flags; Showcasing overlapping strokes and
|
||||
filled shapes; Added an option to animation thickness; Added new shapes to
|
||||
showcase new rendering features that previously hit limitations.
|
||||
|
||||
Reference in New Issue
Block a user