readme
This commit is contained in:
parent
e36457c6f4
commit
53c83ddc6d
11
README.md
11
README.md
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user