This commit is contained in:
Michael Fogleman 2016-02-19 17:12:17 -05:00
parent e36457c6f4
commit 53c83ddc6d

View File

@ -76,9 +76,16 @@ SetColor(c color.Color)
SetHexColor(x string) SetHexColor(x string)
``` ```
## Transformation Functions ## Stroke & Fill Options
All the usual matrix transformations are available too. ```go
SetLineWidth(lineWidth float64)
SetLineCap(lineCap LineCap)
SetLineJoin(lineJoin LineJoin)
SetFillRule(fillRule FillRule)
```
## Transformation Functions
```go ```go
Identity() Identity()