TriangleGlyph is a glyph that draws the outline of a triangle.
| 222 | |
| 223 | // TriangleGlyph is a glyph that draws the outline of a triangle. |
| 224 | type TriangleGlyph struct{} |
| 225 | |
| 226 | // DrawGlyph implements the Glyph interface. |
| 227 | func (TriangleGlyph) DrawGlyph(c *Canvas, sty GlyphStyle, pt vg.Point) { |
nothing calls this directly
no outgoing calls
no test coverage detected