From 3a1d36de859a9c1f423cb417a23a752154ab612d Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 16 Nov 2022 17:20:44 +0300 Subject: [PATCH] added `render-coloring: true` to add colors when saving (#1849) --- .../src/infrastructure/services/struct/indigoWorker.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ketcher-standalone/src/infrastructure/services/struct/indigoWorker.ts b/packages/ketcher-standalone/src/infrastructure/services/struct/indigoWorker.ts index acbd6f09da..ca19944151 100644 --- a/packages/ketcher-standalone/src/infrastructure/services/struct/indigoWorker.ts +++ b/packages/ketcher-standalone/src/infrastructure/services/struct/indigoWorker.ts @@ -89,7 +89,8 @@ self.onmessage = (e: MessageEvent>) => { { ...data.options, 'render-output-format': data.outputFormat, - 'render-background-color': data.backgroundColor + 'render-background-color': data.backgroundColor, + 'render-coloring': true } ) break