Update README.md
This commit is contained in:
parent
6dd1c19629
commit
add21769e5
@ -111,6 +111,15 @@ RotateAbout(angle, x, y float64)
|
|||||||
ShearAbout(sx, sy, x, y float64)
|
ShearAbout(sx, sy, x, y float64)
|
||||||
TransformPoint(x, y float64) (tx, ty float64)
|
TransformPoint(x, y float64) (tx, ty float64)
|
||||||
InvertY()
|
InvertY()
|
||||||
|
```
|
||||||
|
|
||||||
|
Note: transforms do not currently affect `DrawImage` or `DrawString`.
|
||||||
|
|
||||||
|
## Stack Functions
|
||||||
|
|
||||||
|
Save and restore the state of the context. These can be nested.
|
||||||
|
|
||||||
|
```go
|
||||||
Push()
|
Push()
|
||||||
Pop()
|
Pop()
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user