コード例 #1
0
ファイル: recorder.go プロジェクト: sksullivan/plot
// ApplyTo applies the action to the given vg.Canvas.
func (a *SetLineDash) ApplyTo(c vg.Canvas) {
	c.SetLineDash(a.Dashes, a.Offsets)
}