TODO unimplemented
(x float64, y float64)
| 428 | |
| 429 | // TODO unimplemented |
| 430 | func (m *DrawMatrix) TransformSize(x float64, y float64) (xout float64, yout float64) { |
| 431 | panic("TODO") |
| 432 | } |
| 433 | |
| 434 | // TODO |
| 435 | func (c *DrawContext) Transform(m *DrawMatrix) { |
nothing calls this directly
no outgoing calls
no test coverage detected