-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem rendering norbornene #34
Comments
<cml:cml xmlns:conventions="http://www.xml-cml.org/convention/"
xmlns:cml="http://www.xml-cml.org/schema"
xmlns:cmlDict="http://www.xml-cml.org/dictionary/cml/"
xmlns:nameDict="http://www.xml-cml.org/dictionary/cml/name/"
xmlns:c4w="http://www.chem4word.com/cml"
conventions="convention:molecular">
<cml:molecule id="m1">
<cml:atomArray>
<cml:atom id="a1" elementType="C" x2="495" y2="390.7313" />
<cml:atom id="a2" elementType="C" x2="475.6815" y2="395.9077" />
<cml:atom id="a3" elementType="C" x2="514.3185" y2="395.9077" />
<cml:atom id="a4" elementType="C" x2="485.6815" y2="378.5872" />
<cml:atom id="a5" elementType="C" x2="524.3185" y2="378.5872" />
<cml:atom id="a6" elementType="C" x2="505" y2="373.4108" />
<cml:atom id="a7" elementType="C" x2="499.8236" y2="354.0923" />
</cml:atomArray>
<cml:bondArray>
<cml:bond id="b1" atomRefs2="a2 a1" order="S" />
<cml:bond id="b2" atomRefs2="a1 a3" order="S" />
<cml:bond id="b3" atomRefs2="a2 a4" order="D" c4w:placement="Anticlockwise" />
<cml:bond id="b4" atomRefs2="a3 a5" order="S" />
<cml:bond id="b5" atomRefs2="a4 a6" order="S" />
<cml:bond id="b6" atomRefs2="a6 a5" order="S" />
<cml:bond id="b7" atomRefs2="a6 a7" order="S" />
<cml:bond id="b8" atomRefs2="a7 a1" order="S" />
</cml:bondArray>
</cml:molecule>
</cml:cml> |
In the attached image I have turned on a couple of diagnostic features which allow us to diagnose issues. Green spots show the detected centre of rings. In the case of this structure, it is the calculation of the ring centre which is at fault. |
@tomyan112 I have created a new issue as this is nothing to do with the terminal double bond placement |
@tomyan112 this is how norbornene is now rendering in Word |
* ACME displays warning circles when valence violations occur #31 * ACME keyboard focus now returns to the editor #30 * Add ACME Option to render in Monochrome #11 * Add ACME Option to show/hide Implicit Hydrogens #17 * Fix flipping of functional groups #35 * Fix crash when using Create PDF button on Adobe Acrobat Word Add-In #40 * Correct rendering of double bond of norbornene #34 * Correct rendering of terminal double bonds #25 * Silently handle COMException in OnDocumentBeforeSave #42 Related work items: #677, #678, #681, #690, #697, #698, #700, #701
Fixed by beta-6 |
I was trying to draw norbornene and the double bond turned in to a little dot.

Originally posted by @tomyan112 in #33 (comment)
The text was updated successfully, but these errors were encountered: