From a763a0f9b61d8f3c3bcf76ee1353131b1a57ce21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20F=C3=A9vrier?= Date: Wed, 21 Jan 2026 15:36:44 +0000 Subject: [PATCH] fix: hide text frames with opacity to prevent text burning issue --- ai2html.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ai2html.js b/ai2html.js index ba72923..3b8263d 100644 --- a/ai2html.js +++ b/ai2html.js @@ -3607,9 +3607,12 @@ function convertArtItems(activeArtboard, textFrames, masks, settings) { checkForOutputFolder(getImageFolder(settings), 'image_output_path'); + var savedTextFrameState = []; if (hideTextFrames) { for (i=0; i