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