epam / epam/Indigo

Depicting of Atom Labels render-output-format emf

Open
#184 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
406
Forks
134
Avg merge
2d 11h
Merged PRs (30d)
24

Description

Atom labels have a solid colored background when depicting molecules using render-output-format emf and molecule has super atoms, or alias atoms or polymer brackets:
![image](https://user-images.githubusercontent.com/70947872/92467358-c1cb3380-f1d1-11ea-8449-1d1054b85c17.png)
![image](https://user-images.githubusercontent.com/70947872/92469129-97c74080-f1d4-11ea-8d12-422ef9bd6166.png)

MolId:= indigoLoadMoleculeFromFile('Superatom.mol');
indigoSetOption("render-base-color", "1, 1, 1");
indigoSetOption('render-output-format','emf');
indigoRenderToFile(MolId, 'Molecule.emf');
//canvas has black background
canvas.Draw('Molecule.emf');

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.