Replaced the chiseled box with the chiseled pattern

This commit is contained in:
2023-01-14 21:01:00 -05:00
parent 9540812a04
commit e83dde2d21
8 changed files with 115 additions and 284 deletions

View File

@@ -95,12 +95,12 @@ func (element *Label) draw () {
artist.FillRectangle (
element.core,
theme.BackgroundImage(),
theme.BackgroundPattern(),
bounds)
textBounds := element.drawer.LayoutBounds()
foreground := theme.ForegroundImage()
foreground := theme.ForegroundPattern(true)
element.drawer.Draw (element.core, foreground, image.Point {
X: 0 - textBounds.Min.X,
Y: 0 - textBounds.Min.Y,