예제 #1
0
파일: recorder.go 프로젝트: sksullivan/plot
// ApplyTo applies the action to the given vg.Canvas.
func (a *Translate) ApplyTo(c vg.Canvas) {
	c.Translate(a.X, a.Y)
}