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