Implemented a multiborder pattern

This commit is contained in:
2023-01-14 20:08:55 -05:00
parent 4d609f6fa1
commit 9540812a04
2 changed files with 52 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ func (element *Mouse) Handle (event tomo.Event) {
artist.NewUniform(color.Black), 1,
element.Bounds())
artist.Line (
element.core, artist.NewUniform(color.White), 1,
element.core, artist.NewUniform(color.White), 3,
image.Pt(1, 1),
image.Pt(resizeEvent.Width - 2, resizeEvent.Height - 2))
artist.Line (