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
  • Loading branch information
mnmsvlw committed Oct 18, 2024
1 parent 3add1af commit da7db20
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,22 @@ export class RemoteStructService implements StructService {
const expandedOptions = {
...this.getStandardServerOptions(options),

'render-label-mode': getLabelRenderModeForIndigo(),
'render-coloring': options?.['render-coloring'],
'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'],
'render-bond-thickness': options?.['render-bond-thickness'],
'render-bond-thickness-unit': options?.['render-bond-thickness-unit'],
'render-bond-spacing': options?.['render-bond-spacing'],
'render-stereo-bond-width': options?.['render-stereo-bond-width'],
'render-stereo-bond-width-unit':
options?.['render-stereo-bond-width-unit'],
'render-hash-spacing': options?.['render-hash-spacing'],
'render-hash-spacing-unit': options?.['render-hash-spacing-unit'],
'render-output-sheet-width': options?.['render-output-sheet-width'],
'render-output-sheet-height': options?.['render-output-sheet-height'],
'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,22 @@ class IndigoService implements StructService {
...this.getStandardServerOptions(options),
'output-content-type': 'application/json',

'render-label-mode': getLabelRenderModeForIndigo(),
'render-coloring': options?.['render-coloring'],
'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'],
'render-bond-thickness': options?.['render-bond-thickness'],
'render-bond-thickness-unit': options?.['render-bond-thickness-unit'],
'render-bond-spacing': options?.['render-bond-spacing'],
'render-stereo-bond-width': options?.['render-stereo-bond-width'],
'render-stereo-bond-width-unit':
options?.['render-stereo-bond-width-unit'],
'render-hash-spacing': options?.['render-hash-spacing'],
'render-hash-spacing-unit': options?.['render-hash-spacing-unit'],
'render-output-sheet-width': options?.['render-output-sheet-width'],
'render-output-sheet-height': options?.['render-output-sheet-height'],
'bond-length-unit': options?.['bond-length-unit'],
'bond-length': options?.['bond-length'],
'reaction-component-margin-size-unit':
Expand Down

0 comments on commit da7db20

Please sign in to comment.