-
Hi, I want to draw a rectangle with dotted line to select more than one shapes at once. The egui::Stroke seems to have only color and line width. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
emilk
May 11, 2022
Replies: 1 comment 1 reply
-
You can use https://docs.rs/epaint/latest/epaint/enum.Shape.html#method.dotted_line |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ruimo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use https://docs.rs/epaint/latest/epaint/enum.Shape.html#method.dotted_line