CrossGlyph is a glyph that draws a big X.
| 268 | |
| 269 | // CrossGlyph is a glyph that draws a big X. |
| 270 | type CrossGlyph struct{} |
| 271 | |
| 272 | // DrawGlyph implements the Glyph interface. |
| 273 | func (CrossGlyph) DrawGlyph(c *Canvas, sty GlyphStyle, pt vg.Point) { |
nothing calls this directly
no outgoing calls
no test coverage detected