Update drawing shadow settings for consistentency

This commit is contained in:
Manu Varkey
2024-09-20 00:11:35 +05:30
committed by Dion Moult
parent 542ae6b44a
commit 31d49a7bbc
@@ -469,8 +469,7 @@ class BaseDecorator:
blf.rotation(font_id, ang)
blf.color(font_id, *color)
blf.enable(font_id, blf.SHADOW)
blf.shadow(font_id, 5, 0, 0, 0, 1)
blf.shadow_offset(font_id, 1, -1)
blf.shadow(font_id, 6, 0, 0, 0, 1)
blf.draw(font_id, text)
blf.disable(font_id, blf.ROTATION)
blf.disable(font_id, blf.SHADOW)