Fixed comment
This commit is contained in:
parent
4a3322e29e
commit
b9005c988d
1 changed files with 1 additions and 1 deletions
2
gc.go
2
gc.go
|
@ -14,7 +14,7 @@ type GraphicContext interface {
|
|||
PathBuilder
|
||||
// BeginPath creates a new path
|
||||
BeginPath()
|
||||
// CopyPath copies the current path, then returns it
|
||||
// GetPath copies the current path, then returns it
|
||||
GetPath() Path
|
||||
// GetMatrixTransform returns the current transformation matrix
|
||||
GetMatrixTransform() Matrix
|
||||
|
|
Loading…
Reference in a new issue