diff --git a/text/v2/layout.go b/text/v2/layout.go index 6f0f8506b..c08dec2a4 100644 --- a/text/v2/layout.go +++ b/text/v2/layout.go @@ -125,8 +125,9 @@ func Draw(dst *ebiten.Image, text string, face Face, options *DrawOptions) { dl.Add(dc) } dl.Flush(dst, &drawOptions{ - Blend: drawOp.Blend, - Filter: drawOp.Filter, + Blend: drawOp.Blend, + Filter: drawOp.Filter, + ColorScaleMode: ebiten.ColorScaleModePremultipliedAlpha, }) }