This commit is contained in:
Will Charczuk 2016-07-07 22:18:53 -07:00
parent 3d68b7e51d
commit f843d124d6
7 changed files with 205 additions and 14 deletions

View file

@ -18,8 +18,8 @@ type Renderer interface {
// SetFillColor sets the current fill color.
SetFillColor(color.RGBA)
// SetLineWidth sets the stroke line width.
SetLineWidth(width float64)
// SetStrokeWidth sets the stroke width.
SetStrokeWidth(width float64)
// MoveTo moves the cursor to a given point.
MoveTo(x, y int)