From 33e4883f7a1c434a75c5c36b5fa496af05e6d0f1 Mon Sep 17 00:00:00 2001 From: dimon Date: Thu, 24 Apr 2025 11:52:53 +0000 Subject: [PATCH] Update ParserKrokiTag.php --- ParserKrokiTag.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ParserKrokiTag.php b/ParserKrokiTag.php index e34e2b8..557a8e9 100644 --- a/ParserKrokiTag.php +++ b/ParserKrokiTag.php @@ -215,7 +215,8 @@ class ParserKrokiTag { 'diagram_type' => $lang, 'output_format' => $output_format, 'diagram_options' => [ - 'no-doctype' => 'TRUE' + 'no-doctype' => 'TRUE', + 'no-transparency' => 'TRUE' ] ] ), ]; @@ -278,7 +279,8 @@ class ParserKrokiTag { 'diagram_type' => $lang, 'output_format' => $output_format, 'diagram_options' => [ - 'no-doctype' => 'TRUE' + 'no-doctype' => 'TRUE', + 'no-transparency' => 'TRUE' ] ], JSON_FORCE_OBJECT ), ];