PlusGlyph is a glyph that draws a plus sign
| 251 | |
| 252 | // PlusGlyph is a glyph that draws a plus sign |
| 253 | type PlusGlyph struct{} |
| 254 | |
| 255 | // DrawGlyph implements the Glyph interface. |
| 256 | func (PlusGlyph) DrawGlyph(c *Canvas, sty GlyphStyle, pt vg.Point) { |
nothing calls this directly
no outgoing calls
no test coverage detected