pub fn draw_anchor<R: Renderer>(anchor: Pos2, painter: &mut Style<'_, R>)Expand description
Draw the solid anchor dot shown while a text box is moved. The Renderer
trait exposes circle (not circle_filled); a NONE stroke makes it a
filled dot.