Skip to content

Commit

Permalink
#5650 – The reaction with catalysts is displayed incorrect with ACS s…
Browse files Browse the repository at this point in the history
…tyle setting and after layout (#5823)

* #5650 - The reaction with catalysts is displayed incorrect with acs style setting and after layout

* Update indigo version

* Update screenshots
  • Loading branch information
mnmsvlw authored Oct 22, 2024
1 parent aa699f1 commit 9ab6478
Show file tree
Hide file tree
Showing 26 changed files with 10 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ export class RemoteStructService implements StructService {
const expandedOptions = {
...this.getStandardServerOptions(options),

'render-label-mode': getLabelRenderModeForIndigo(),
'render-font-size': options?.['render-font-size'],
'render-font-size-unit': options?.['render-font-size-unit'],
'render-font-size-sub': options?.['render-font-size-sub'],
'render-font-size-sub-unit': options?.['render-font-size-sub-unit'],
'output-content-type': 'application/json',
'bond-length-unit': options?.['bond-length-unit'],
'bond-length': options?.['bond-length'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,11 @@ class IndigoService implements StructService {
...this.getStandardServerOptions(options),
'output-content-type': 'application/json',

'render-label-mode': getLabelRenderModeForIndigo(),
'render-font-size': options?.['render-font-size'],
'render-font-size-unit': options?.['render-font-size-unit'],
'render-font-size-sub': options?.['render-font-size-sub'],
'render-font-size-sub-unit': options?.['render-font-size-sub-unit'],
'bond-length-unit': options?.['bond-length-unit'],
'bond-length': options?.['bond-length'],
'reaction-component-margin-size-unit':
Expand Down

0 comments on commit 9ab6478

Please sign in to comment.