From 900048be254089c5d843a5d7670b6b1ad3919144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:01:36 +0800 Subject: [PATCH] fix --- LunaTranslator/LunaTranslator/rendertext/webview.html | 1 + 1 file changed, 1 insertion(+) diff --git a/LunaTranslator/LunaTranslator/rendertext/webview.html b/LunaTranslator/LunaTranslator/rendertext/webview.html index 6aff9e52..dd1f7966 100644 --- a/LunaTranslator/LunaTranslator/rendertext/webview.html +++ b/LunaTranslator/LunaTranslator/rendertext/webview.html @@ -115,6 +115,7 @@ }` for (let i = 0; i < 1 + styleargs.trace * 10; i++) { style.innerHTML += `#${_id} .stroken${i}{ + color: ${c1}; -webkit-text-stroke: ${args.fontSize * styleargs.width_rate + styleargs.width}px ${c1}; position: relative; z-index: -1;