cheminfo / jsme

19 stars 5 forks source link

SVG rendering with OCL not possible for reactions #12

Closed lpatiny closed 7 years ago

lpatiny commented 7 years ago

Currently you should make a fall back in case of reactions because OCL does not allow to render it

brunob54 commented 7 years ago

In reaction mode, there is no menu entry for SVG export.

On Mon, Nov 7, 2016 at 5:17 PM, Luc Patiny notifications@github.com wrote:

Currently you should make a fall back in case of reactions because OCL does not allow to render it

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cheminfo/jsme/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AFb9-eN_pPBQ0eHm53cJU7pto_au-6Zjks5q708ygaJpZM4KrZsi .

lpatiny commented 7 years ago

I was thinking about the method

window.jsmeApplet.getMolecularAreaGraphicsString();

That seems to use the new svg systematically without possibility to disable it.

brunob54 commented 7 years ago

The method getMolecularAreaGraphicsString() has not changed.

lpatiny commented 7 years ago

Sorry an error in my testcase