mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
* Commit of 2D draw annotation. * update expected psql results * First pass at improved radical drawing. * Fix? * Fixed different string draw behaviour. * Removed vestiges of previous radical handling. * Fixed bug with annnotation placement and added fallback postion. * Removed unused var. * update expected reaction svg * Added option for always having circular highlights. * Updated JSON to drawOptionns. * Fixed bug in scale calculation. Centres drawn molecule with option not to. * Tidied up scale calculation. * Changed atomHighlightCircles to atomHighlightsAreCircles. Used shared_ptr for StringRect as VS barfed on unique_ptr. * Fixed bug with reaction cruft not following now-centred molecules. * temporary stash * Stepped back centring of molecule by drawMolecule and fixes to drawReaction prompted by it. * allow annotations to be disabled at the class level. disable them for MolDraw2DCairo on win32 (where they just don't work) * some test cleanup Co-authored-by: David Cosgrove <david@cozchemix.co.uk> Co-authored-by: greg landrum <greg.landrum@gmail.com>