ApplyTo applies the action to the given vg.Canvas.
(c vg.Canvas)
| 315 | |
| 316 | // ApplyTo applies the action to the given vg.Canvas. |
| 317 | func (a *Pop) ApplyTo(c vg.Canvas) { |
| 318 | c.Pop() |
| 319 | } |
| 320 | |
| 321 | func (a *Pop) callerLocation() *callerLocation { |
| 322 | return &a.l |