Update ParserKrokiTag.php
This commit is contained in:
parent
01191cc6c6
commit
33e4883f7a
@ -215,7 +215,8 @@ class ParserKrokiTag {
|
|||||||
'diagram_type' => $lang,
|
'diagram_type' => $lang,
|
||||||
'output_format' => $output_format,
|
'output_format' => $output_format,
|
||||||
'diagram_options' => [
|
'diagram_options' => [
|
||||||
'no-doctype' => 'TRUE'
|
'no-doctype' => 'TRUE',
|
||||||
|
'no-transparency' => 'TRUE'
|
||||||
] ] ),
|
] ] ),
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -278,7 +279,8 @@ class ParserKrokiTag {
|
|||||||
'diagram_type' => $lang,
|
'diagram_type' => $lang,
|
||||||
'output_format' => $output_format,
|
'output_format' => $output_format,
|
||||||
'diagram_options' => [
|
'diagram_options' => [
|
||||||
'no-doctype' => 'TRUE'
|
'no-doctype' => 'TRUE',
|
||||||
|
'no-transparency' => 'TRUE'
|
||||||
] ], JSON_FORCE_OBJECT ),
|
] ], JSON_FORCE_OBJECT ),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user