mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
This is a breaking change, requiring users to think about wether the stroke is inside/centered/outside the rect. When in doubt, add `egui::StrokeKind::Inside` to the function call.
This is a test of the viewports feature of eframe and egui, where we show off using multiple windows.
For a simple example, see multiple_viewports.