(size: f32)
| 191 | } |
| 192 | |
| 193 | pub fn ring(size: f32) -> Self { |
| 194 | Self { |
| 195 | size: Size::Pixels(size), |
| 196 | marker_type: MarkerType::EmptyCircle, |
| 197 | } |
| 198 | } |
| 199 | |
| 200 | pub fn square(size: f32) -> Self { |
| 201 | Self { |
nothing calls this directly
no outgoing calls
no test coverage detected