Fixed bug with StrokeRectangle where some areas were blank

This commit is contained in:
2023-01-14 13:59:07 -05:00
parent 89eb88c982
commit d75ec12a3c
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ func (element *Mouse) Handle (event tomo.Event) {
element.Bounds())
artist.StrokeRectangle (
element.core,
artist.NewUniform(color.Black), 5,
artist.NewUniform(color.Black), 1,
element.Bounds())
artist.Line (
element.core, artist.NewUniform(color.White), 1,