mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
* Fixes #982 also changes bond-wedging algorithm to favor lighter non-ring bonds * prefer wedging bonds to lower-degree atoms * Fixes #983 * small fixes - Fix a problem where a chiral atom is selected to draw a wedge to instead of a ring atom - Fix a problem where two calls to PrepareMolForDrawing() led to two wedged bonds from an atom. * Fixes #985 This isn't the most satisfying solution (the wedged bonds are sometimes a bit too large), but it gives reasonable results on the test cases I've tried.