Upgraded to fixed ggfx

This commit is contained in:
2023-07-05 04:11:24 -04:00
parent 53d4683bd1
commit 46d7c71f4b
4 changed files with 6 additions and 6 deletions

View File

@@ -31,8 +31,8 @@ func (this *Canvas) Pen () canvas.Pen {
gfx: ggfx.Image[uint8] {
Pix: this.Image.Pix,
Stride: this.Image.Stride,
Bounds: this.Image.Rect,
Width: 4,
Rect: this.Image.Rect,
Width: 4,
},
}
}