-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending ACS parameters when requesting render to PNG and SVG #5362
Comments
* #5351 - Changed the default size of arrows to be 1 bond length * #5153 - Large unbalanced arrow fix * #5362 - Updates remote & standalone structs to send appropriate parameters for certain requests * #5584 - Update indigo to 1.25.0-rc.1 in browser module --------- Co-authored-by: Mikhail Vialov <[email protected]> Co-authored-by: Roman Rodionov <[email protected]> Co-authored-by: Alexey Girin <[email protected]> Co-authored-by: Zhirnoff <[email protected]>
Verified for high resolution for low resolution Environment |
* #5351 - Changed the default size of arrows to be 1 bond length * #5153 - Large unbalanced arrow fix * #5362 - Updates remote & standalone structs to send appropriate parameters for certain requests * #5584 - Update indigo to 1.25.0-rc.1 in browser module --------- Co-authored-by: Mikhail Vialov <[email protected]> Co-authored-by: Roman Rodionov <[email protected]> Co-authored-by: Alexey Girin <[email protected]> Co-authored-by: Zhirnoff <[email protected]>
Background
Related issue: #5152, epam/Indigo#2246 and epam/Indigo#2175
Solution
the following parameters should be sent when requesting
render
function (save as PNG, SVG):render-coloring
(send atomColoring)render-font-size
render-font-size-unit
render-font-size-sub
render-font-size-sub-unit
image-resolution
(int number, default 72 )bond-length-unit
bond-length
render-bond-thickness
render-bond-thickness-unit
render-bond-spacing
(default = 0.18 i.e. bondLength * 0.18)render-stereo-bond-width
render-stereo-bond-width-unit
render-hash-spacing
render-hash-spacing-unit
Send the following parameters only if
image-resolution
= highrender-output-sheet-width
(default value: Letter format width = 11 inches)render-output-sheet-height
(default value: Letter format height = 8.5 inches)The text was updated successfully, but these errors were encountered: