Fix bug
This commit is contained in:
parent
f2563306e4
commit
f6e1ada0f2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ func NewDrawer(img *image.RGBA) *Drawer {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (d *Drawer) Matrix() *draw2d.Matrix {
|
func (d *Drawer) Matrix() *draw2d.Matrix {
|
||||||
return d.Matrix()
|
return &d.matrix
|
||||||
}
|
}
|
||||||
|
|
||||||
func (d *Drawer) Fill(path *draw2d.Path, style draw2d.FillStyle) {
|
func (d *Drawer) Fill(path *draw2d.Path, style draw2d.FillStyle) {
|
||||||
|
|
Loading…
Reference in a new issue