From c219d1cc89148f2ec756a5c455409b7307edbe68 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 12 Aug 2022 09:04:21 +0200 Subject: [PATCH] :bug: Fix text edition when using certain fonts --- frontend/src/app/main/ui/shapes/text/styles.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/shapes/text/styles.cljs b/frontend/src/app/main/ui/shapes/text/styles.cljs index 63b4c95ef..44d23ee39 100644 --- a/frontend/src/app/main/ui/shapes/text/styles.cljs +++ b/frontend/src/app/main/ui/shapes/text/styles.cljs @@ -83,8 +83,8 @@ :caretColor (or text-color "black") :overflowWrap "initial" :lineBreak "auto" - :whiteSpace "break-spaces"} - + :whiteSpace "break-spaces" + :textRendering "geometricPrecision"} fills (cond (some? (:fills data))