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