diff --git a/packages/blitz-paint/src/text.rs b/packages/blitz-paint/src/text.rs index 4a122faf3..5e9fdaf6a 100644 --- a/packages/blitz-paint/src/text.rs +++ b/packages/blitz-paint/src/text.rs @@ -68,7 +68,7 @@ pub(crate) fn stroke_text<'a>( glyph_run.positioned_glyphs().map(|glyph| anyrender::Glyph { id: glyph.id as _, x: glyph.x, - y: glyph.y, + y: glyph.y - embolden.y as f32, }), );