image generation bug

User 870ab5b546

23-03-2016 19:53:40

There appears to be a change from JChem version 16.2.15 to 16.2.29 in how Unicode characters are handled in image generation. We are generating an image from an MRV that contains Unicode bullet characters. 


<?xml version="1.0" encoding="UTF-8"?>
<cml xmlns="http://www.chemaxon.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.chemaxon.com/marvin/schema/mrvSchema_16_02_15.xsd" version="ChemAxon file format v16.02.15, generated by v16.2.15.0">
<MDocument>
<MChemicalStruct>
<molecule molID="m1">
<propertyList>
<property dictRef="is Lewis Structure?" title="is Lewis Structure?">
<scalar>
true</scalar>
</property>
</propertyList>
<atomArray atomID="a1 a2 a3 a4 a5 a6" elementType="C H H H O H" x2="11.444444444444445 10.944444444444445 11.11111111111111 10.0 13.166666666666666 14.944444444444443" y2="-6.888888888888888 -5.722222222222222 -8.666666666666666 -7.277777777777778 -6.888888888888888 -7.0">
</atomArray>
<bondArray>
<bond id="b1" atomRefs2="a1 a2" order="1"></bond>
<bond id="b2" atomRefs2="a1 a3" order="1"></bond>
<bond id="b3" atomRefs2="a1 a4" order="1"></bond>
<bond id="b4" atomRefs2="a1 a5" order="1"></bond>
<bond id="b5" atomRefs2="a5 a6" order="1"></bond>
</bondArray>
</molecule>
</MChemicalStruct>
<MTextBox id="o2" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false">
<Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field>
<MPoint x="13.144444444444442" y="-7.1"></MPoint>
<MPoint x="15.144444444444442" y="-7.1"></MPoint>
<MPoint x="15.144444444444442" y="-9.1"></MPoint>
<MPoint x="13.144444444444442" y="-9.1"></MPoint>
</MTextBox>
<MTextBox id="o3" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false">
<Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field>
<MPoint x="13.144444444444442" y="-5.766666666666666"></MPoint>
<MPoint x="15.144444444444442" y="-5.766666666666666"></MPoint>
<MPoint x="15.144444444444442" y="-7.766666666666666"></MPoint>
<MPoint x="13.144444444444442" y="-7.766666666666666"></MPoint>
</MTextBox>
<MTextBox id="o4" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false">
<Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field>
<MPoint x="12.81111111111111" y="-7.1"></MPoint>
<MPoint x="14.81111111111111" y="-7.1"></MPoint>
<MPoint x="14.81111111111111" y="-9.1"></MPoint>
<MPoint x="12.81111111111111" y="-9.1"></MPoint>
</MTextBox>
<MTextBox id="o5" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false">
<Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field>
<MPoint x="12.81111111111111" y="-5.766666666666666"></MPoint>
<MPoint x="14.81111111111111" y="-5.766666666666666"></MPoint>
<MPoint x="14.81111111111111" y="-7.766666666666666"></MPoint>
<MPoint x="12.81111111111111" y="-7.766666666666666"></MPoint>
</MTextBox>
</MDocument>
</cml>

JChem 16.2.15 correctly renders the Unicode bullets in the SVG drawing. (Scroll to the bottom and look for the lines beginning with <text>; the lines end with &#8226.)


<svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="250" stroke-miterlimit="10" shape-rendering="auto" stroke-opacity="1" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="183" xmlns="http://www.w3.org/2000/svg" font-family="&apos;Dialog&apos;" font-style="normal" stroke-linejoin="miter" font-size="12" stroke-dashoffset="0" image-rendering="auto">
<!--Generated by Marvin with Batik SVG Generator
MolSource:
<?xml version="1.0" encoding="UTF-8"?><cml xmlns="http://www.chemaxon.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.chemaxon.com/marvin/schema/mrvSchema_16_02_15.xsd" version="ChemAxon file format v16.02.15, generated by v16.2.15.0">
<MDocument><MChemicalStruct><molecule molID="m1"><propertyList><property dictRef="is Lewis Structure?" title="is Lewis Structure?"><scalar>true</scalar></property></propertyList><atomArray atomID="a1 a2 a3 a4 a5 a6" elementType="C H H H O H" x2="11.444444444444445 10.944444444444445 11.11111111111111 10.0 13.166666666666666 14.944444444444443" y2="-6.888888888888888 -5.722222222222222 -8.666666666666666 -7.277777777777778 -6.888888888888888 -7.0"></atomArray><bondArray><bond id="b1" atomRefs2="a1 a2" order="1"></bond><bond id="b2" atomRefs2="a1 a3" order="1"></bond><bond id="b3" atomRefs2="a1 a4" order="1"></bond><bond id="b4" atomRefs2="a1 a5" order="1"></bond><bond id="b5" atomRefs2="a5 a6" order="1"></bond></bondArray></molecule></MChemicalStruct><MTextBox id="o2" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false"><Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field><MPoint x="13.144444444444442" y="-7.1"></MPoint><MPoint x="15.144444444444442" y="-7.1"></MPoint><MPoint x="15.144444444444442" y="-9.1"></MPoint><MPoint x="13.144444444444442" y="-9.1"></MPoint></MTextBox><MTextBox id="o3" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false"><Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field><MPoint x="13.144444444444442" y="-5.766666666666666"></MPoint><MPoint x="15.144444444444442" y="-5.766666666666666"></MPoint><MPoint x="15.144444444444442" y="-7.766666666666666"></MPoint><MPoint x="13.144444444444442" y="-7.766666666666666"></MPoint></MTextBox><MTextBox id="o4" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false"><Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field><MPoint x="12.81111111111111" y="-7.1"></MPoint><MPoint x="14.81111111111111" y="-7.1"></MPoint><MPoint x="14.81111111111111" y="-9.1"></MPoint><MPoint x="12.81111111111111" y="-9.1"></MPoint></MTextBox><MTextBox id="o5" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false"><Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field><MPoint x="12.81111111111111" y="-5.766666666666666"></MPoint><MPoint x="14.81111111111111" y="-5.766666666666666"></MPoint><MPoint x="14.81111111111111" y="-7.766666666666666"></MPoint><MPoint x="12.81111111111111" y="-7.766666666666666"></MPoint></MTextBox></MDocument>
</cml>
-->
<defs id="genericDefs" />
<g>
<defs id="2183966247-defs1">
<linearGradient x1="75.57520294189453" gradientUnits="userSpaceOnUse" x2="74.6130142211914" y1="55.16568374633789" y2="52.92058563232422" id="21839662707-linearGradient1" spreadMethod="pad">
<stop stop-opacity="1" stop-color="black" offset="0%" />
<stop stop-opacity="1" stop-color="rgb(51,51,51)" offset="100%" />
</linearGradient>
<linearGradient x1="78.50298309326172" gradientUnits="userSpaceOnUse" x2="78.05284118652344" y1="109.45709228515625" y2="111.85785675048828" id="21839662541-linearGradient1" spreadMethod="pad">
<stop stop-opacity="1" stop-color="black" offset="0%" />
<stop stop-opacity="1" stop-color="rgb(51,51,51)" offset="100%" />
</linearGradient>
<linearGradient x1="58.113372802734375" gradientUnits="userSpaceOnUse" x2="55.754764556884766" y1="83.59766387939453" y2="84.23267364501953" id="21839662442-linearGradient1" spreadMethod="pad">
<stop stop-opacity="1" stop-color="black" offset="0%" />
<stop stop-opacity="1" stop-color="rgb(51,51,51)" offset="100%" />
</linearGradient>
<linearGradient x1="115.81346893310547" gradientUnits="userSpaceOnUse" x2="118.25606536865234" y1="76.44149780273438" y2="76.44149780273438" id="21839662442-linearGradient2" spreadMethod="pad">
<stop stop-opacity="1" stop-color="black" offset="0%" />
<stop stop-opacity="1" stop-color="red" offset="100%" />
</linearGradient>
<linearGradient x1="183.84779357910156" gradientUnits="userSpaceOnUse" x2="186.28562927246094" y1="78.53054809570312" y2="78.68291473388672" id="21839662758-linearGradient1" spreadMethod="pad">
<stop stop-opacity="1" stop-color="red" offset="0%" />
<stop stop-opacity="1" stop-color="rgb(51,51,51)" offset="100%" />
</linearGradient>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662895-clipPath1">
<path d="M0 0 L250 0 L250 183 L0 183 L0 0 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662473-clipPath1">
<path d="M-76.69340515136719 -62.44150161743164 L173.3065948486328 -62.44150161743164 L173.3065948486328 120.55850219726562 L-76.69340515136719 120.55850219726562 L-76.69340515136719 -62.44150161743164 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662170-clipPath1">
<path d="M-57.110618591308594 -17.914997100830078 L192.88937377929688 -17.914997100830078 L192.88937377929688 165.0850067138672 L-57.110618591308594 165.0850067138672 L-57.110618591308594 -17.914997100830078 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662344-clipPath1">
<path d="M-63.47154998779297 -130.29141235351562 L186.52845764160156 -130.29141235351562 L186.52845764160156 52.708587646484375 L-63.47154998779297 52.708587646484375 L-63.47154998779297 -130.29141235351562 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662365-clipPath1">
<path d="M-21.065353393554688 -77.2836685180664 L228.9346466064453 -77.2836685180664 L228.9346466064453 105.7163314819336 L-21.065353393554688 105.7163314819336 L-21.065353393554688 -77.2836685180664 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662100-clipPath1">
<path d="M-141.42300415039062 -62.44150161743164 L108.57698822021484 -62.44150161743164 L108.57698822021484 120.55850219726562 L-141.42300415039062 120.55850219726562 L-141.42300415039062 -62.44150161743164 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662739-clipPath1">
<path d="M-209.77291870117188 -66.68212127685547 L40.227081298828125 -66.68212127685547 L40.227081298828125 116.31787872314453 L-209.77291870117188 116.31787872314453 L-209.77291870117188 -66.68212127685547 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662483-clipPath1">
<path d="M149.30101013183594 84.2611083984375 L186.93606567382812 84.2611083984375 L186.93606567382812 121.89617156982422 L149.30101013183594 121.89617156982422 L149.30101013183594 84.2611083984375 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662815-clipPath1">
<path d="M149.30101013183594 33.32005310058594 L186.93606567382812 33.32005310058594 L186.93606567382812 70.95510864257812 L149.30101013183594 70.95510864257812 L149.30101013183594 33.32005310058594 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662457-clipPath1">
<path d="M136.4466552734375 84.2611083984375 L174.0817108154297 84.2611083984375 L174.0817108154297 121.89617156982422 L136.4466552734375 121.89617156982422 L136.4466552734375 84.2611083984375 Z" />
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="21839662594-clipPath1">
<path d="M136.4466552734375 33.32005310058594 L174.0817108154297 33.32005310058594 L174.0817108154297 70.95510864257812 L136.4466552734375 70.95510864257812 L136.4466552734375 33.32005310058594 Z" />
</clipPath>
</defs>
<g fill="url(#21839662707-linearGradient1)" text-rendering="optimizeLegibility" shape-rendering="geometricPrecision" stroke="url(#21839662707-linearGradient1)">
<path d="M79.61474609375 61.49091720581055 L72.81856536865234 45.6331672668457 C72.55281829833984 45.01307678222656 71.83501434326172 44.725955963134766 71.21492767333984 44.9917106628418 C70.59483337402344 45.25746154785156 70.3077163696289 45.97526168823242 70.5734634399414 46.59535217285156 L77.36964416503906 62.453102111816406 C77.6353988647461 63.07319259643555 78.35319519042969 63.360313415527344 78.9732894897461 63.09455871582031 C79.59337615966797 62.82880783081055 79.88050079345703 62.11100769042969 79.61474609375 61.49091720581055 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
</g>
<g fill="url(#21839662541-linearGradient1)" text-rendering="optimizeLegibility" shape-rendering="geometricPrecision" stroke="url(#21839662541-linearGradient1)">
<path d="M80.47502899169922 92.31240844726562 L73.6800308227539 128.55239868164062 C73.55570220947266 129.21546936035156 73.99225616455078 129.853515625 74.65534210205078 129.97784423828125 C75.31842803955078 130.1021728515625 75.95646667480469 129.66561889648438 76.08079528808594 129.00253295898438 L82.87579345703125 92.7625503540039 C83.0001220703125 92.09947204589844 82.56356811523438 91.46143341064453 81.90048217773438 91.33710479736328 C81.23739624023438 91.21277618408203 80.59935760498047 91.64933013916016 80.47502899169922 92.31240844726562 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
</g>
<g fill="url(#21839662442-linearGradient1)" text-rendering="optimizeLegibility" shape-rendering="geometricPrecision" stroke="url(#21839662442-linearGradient1)">
<path d="M72.28649139404297 78.51703643798828 L40.94663619995117 86.9546890258789 C40.295196533203125 87.13008117675781 39.909446716308594 87.80005645751953 40.084835052490234 88.45149993896484 C40.260223388671875 89.10294342041016 40.930206298828125 89.48868560791016 41.58164596557617 89.31330108642578 L72.92150115966797 80.87564849853516 C73.57293701171875 80.70026397705078 73.95868682861328 80.03028106689453 73.7833023071289 79.37883758544922 C73.60791015625 78.7273941040039 72.93792724609375 78.3416519165039 72.28649139404297 78.51703643798828 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
</g>
<g fill="url(#21839662442-linearGradient2)" text-rendering="optimizeLegibility" shape-rendering="geometricPrecision" stroke="url(#21839662442-linearGradient2)">
<path d="M96.63328552246094 77.66280364990234 L137.43624877929688 77.66280364990234 C138.1108856201172 77.66280364990234 138.6575469970703 77.11614227294922 138.6575469970703 76.44149780273438 C138.6575469970703 75.76686096191406 138.1108856201172 75.22019958496094 137.43624877929688 75.22019958496094 L96.63328552246094 75.22019958496094 C95.95864868164062 75.22019958496094 95.4119873046875 75.76686096191406 95.4119873046875 76.44149780273438 C95.4119873046875 77.11614227294922 95.95864868164062 77.66280364990234 96.63328552246094 77.66280364990234 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
</g>
<g fill="url(#21839662758-linearGradient1)" text-rendering="optimizeLegibility" shape-rendering="geometricPrecision" stroke="url(#21839662758-linearGradient1)">
<path d="M163.40025329589844 78.47625732421875 L206.580810546875 81.175048828125 C207.25413513183594 81.21712493896484 207.83383178710938 80.70563507080078 207.87591552734375 80.03231048583984 C207.91799926757812 79.3589859008789 207.406494140625 78.77928924560547 206.73318481445312 78.7372055053711 L163.5526123046875 76.03842163085938 C162.87928771972656 75.996337890625 162.29959106445312 76.5078353881836 162.25750732421875 77.18115997314453 C162.21542358398438 77.85448455810547 162.7269287109375 78.4341812133789 163.40025329589844 78.47625732421875 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
</g>
<g fill="white" text-rendering="optimizeLegibility" shape-rendering="geometricPrecision" stroke="white">
<path d="M83.31254577636719 65.26571655273438 C80.1789779663086 65.26571655273438 77.63871765136719 67.80597686767578 77.63871765136719 70.93954467773438 L77.63871765136719 82.28720092773438 C77.63871765136719 85.4207763671875 80.1789779663086 87.96102905273438 83.31254577636719 87.96102905273438 L86.07426452636719 87.96102905273438 C89.20783233642578 87.96102905273438 91.74809265136719 85.4207763671875 91.74809265136719 82.28720092773438 L91.74809265136719 70.93954467773438 C91.74809265136719 67.80597686767578 89.20783233642578 65.26571655273438 86.07426452636719 65.26571655273438 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
</g>
<g text-rendering="optimizeLegibility" font-size="23" shape-rendering="geometricPrecision" font-family="sans-serif" transform="translate(76.69340680530519,62.44150151386816)">
<text xml:space="preserve" x="0" y="22" clip-path="url(#21839662473-clipPath1)" stroke="none">C
</text>
</g>
<g font-size="23" fill="white" text-rendering="optimizeLegibility" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="white">
<path d="M64.4153060913086 20.977497100830078 C61.39500045776367 20.977497100830078 58.946556091308594 23.425939559936523 58.946556091308594 26.446247100830078 L58.946556091308594 37.38374710083008 C58.946556091308594 40.404052734375 61.39500045776367 42.85249710083008 64.4153060913086 42.85249710083008 L66.8059310913086 42.85249710083008 C69.82624053955078 42.85249710083008 72.2746810913086 40.404052734375 72.2746810913086 37.38374710083008 L72.2746810913086 26.446247100830078 C72.2746810913086 23.425939559936523 69.82624053955078 20.977497100830078 66.8059310913086 20.977497100830078 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
<text x="0" y="22" transform="translate(57.11061931658355,17.914997373517593)" clip-path="url(#21839662170-clipPath1)" fill="rgb(51,51,51)" stroke="none" xml:space="preserve">H
</text>
</g>
<g font-size="23" fill="white" text-rendering="optimizeLegibility" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="white">
<path d="M70.77623748779297 133.35391235351562 C67.75592803955078 133.35391235351562 65.30748748779297 135.80235290527344 65.30748748779297 138.82266235351562 L65.30748748779297 149.76016235351562 C65.30748748779297 152.7804718017578 67.75592803955078 155.22891235351562 70.77623748779297 155.22891235351562 L73.16686248779297 155.22891235351562 C76.18717193603516 155.22891235351562 78.63561248779297 152.7804718017578 78.63561248779297 149.76016235351562 L78.63561248779297 138.82266235351562 C78.63561248779297 135.80235290527344 76.18717193603516 133.35391235351562 73.16686248779297 133.35391235351562 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
<text x="0" y="22" transform="translate(63.47154847949071,130.29141258487857)" clip-path="url(#21839662344-clipPath1)" fill="rgb(51,51,51)" stroke="none" xml:space="preserve">H
</text>
</g>
<g font-size="23" fill="white" text-rendering="optimizeLegibility" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="white">
<path d="M28.370040893554688 80.3461685180664 C25.349735260009766 80.3461685180664 22.901290893554688 82.79460906982422 22.901290893554688 85.8149185180664 L22.901290893554688 96.7524185180664 C22.901290893554688 99.7727279663086 25.349735260009766 102.2211685180664 28.370040893554688 102.2211685180664 L30.760665893554688 102.2211685180664 C33.780975341796875 102.2211685180664 36.22941589355469 99.7727279663086 36.22941589355469 96.7524185180664 L36.22941589355469 85.8149185180664 C36.22941589355469 82.79460906982422 33.780975341796875 80.3461685180664 30.760665893554688 80.3461685180664 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
<text x="0" y="22" transform="translate(21.065354060109257,77.28366956065167)" clip-path="url(#21839662365-clipPath1)" fill="rgb(51,51,51)" stroke="none" xml:space="preserve">H
</text>
</g>
<g font-size="23" fill="white" text-rendering="optimizeLegibility" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="white">
<path d="M147.99526977539062 65.26571655273438 C144.86170959472656 65.26571655273438 142.32144165039062 67.80597686767578 142.32144165039062 70.93954467773438 L142.32144165039062 82.28720092773438 C142.32144165039062 85.4207763671875 144.86170959472656 87.96102905273438 147.99526977539062 87.96102905273438 L152.85073852539062 87.96102905273438 C155.98431396484375 87.96102905273438 158.52456665039062 85.4207763671875 158.52456665039062 82.28720092773438 L158.52456665039062 70.93954467773438 C158.52456665039062 67.80597686767578 155.98431396484375 65.26571655273438 152.85073852539062 65.26571655273438 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
<text x="0" y="22" transform="translate(141.4230081553465,62.44150151386816)" clip-path="url(#21839662100-clipPath1)" fill="red" stroke="none" xml:space="preserve">O
</text>
</g>
<g font-size="23" fill="white" text-rendering="optimizeLegibility" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="white">
<path d="M217.07760620117188 69.74462127685547 C214.0572967529297 69.74462127685547 211.60885620117188 72.19306182861328 211.60885620117188 75.21337127685547 L211.60885620117188 86.15087127685547 C211.60885620117188 89.17118072509766 214.0572967529297 91.61962127685547 217.07760620117188 91.61962127685547 L219.46823120117188 91.61962127685547 C222.48854064941406 91.61962127685547 224.93698120117188 89.17118072509766 224.93698120117188 86.15087127685547 L224.93698120117188 75.21337127685547 C224.93698120117188 72.19306182861328 222.48854064941406 69.74462127685547 219.46823120117188 69.74462127685547 Z" clip-path="url(#21839662895-clipPath1)" stroke="none" />
<text x="0" y="22" transform="translate(209.77291922635686,66.68212095580634)" clip-path="url(#21839662739-clipPath1)" fill="rgb(51,51,51)" stroke="none" xml:space="preserve">H
</text>
</g>
<g font-size="10" transform="matrix(2.099106623759384,0,0,2.099106623759384,-164.3987460458577,-92.87305718721188)" fill="red" text-rendering="optimizeLegibility" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="red">
<text xml:space="preserve" x="149.57489013671875" y="94.4986801147461" clip-path="url(#21839662483-clipPath1)" stroke="none">&#8226;
</text>
</g>
<g font-size="10" transform="matrix(2.099106623759384,0,0,2.099106623759384,-164.3987460458577,-36.94234217748732)" fill="red" text-rendering="optimizeLegibility" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="red">
<text xml:space="preserve" x="149.57489013671875" y="43.611244201660156" clip-path="url(#21839662815-clipPath1)" stroke="none">&#8226;
</text>
</g>
<g font-size="10" transform="matrix(2.099106623759384,0,0,2.099106623759384,-150.41606729342658,-92.87305718721188)" fill="red" text-rendering="optimizeLegibility" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="red">
<text xml:space="preserve" x="136.85302734375" y="94.4986801147461" clip-path="url(#21839662457-clipPath1)" stroke="none">&#8226;
</text>
</g>
<g font-size="10" transform="matrix(2.099106623759384,0,0,2.099106623759384,-150.41606729342658,-36.94234217748732)" fill="red" text-rendering="optimizeLegibility" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="red">
<text xml:space="preserve" x="136.85302734375" y="43.611244201660156" clip-path="url(#21839662594-clipPath1)" stroke="none">&#8226;
</text>
</g>
</g>
</svg>

JChem 16.2.29, by contrast, renders the Unicode bullets as " characters.


Mar 23, 2016 3:43:24 PM org.apache.catalina.core.StandardWrapperValve invoke
INFO: updateFigure.jsp: imgXML:
<svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="250" stroke-miterlimit="10" shape-rendering="auto" stroke-opacity="1" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="183" xmlns="http://www.w3.org/2000/svg" font-family="'Dialog'" font-style="normal" stroke-linejoin="miter" font-size="12px" stroke-dashoffset="0" image-rendering="auto"
><!--Generated by Marvin with Batik SVG Generator
MolSource:
<?xml version="1.0" encoding="UTF-8"?><cml xmlns="http://www.chemaxon.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.chemaxon.com/marvin/schema/mrvSchema_16_02_15.xsd" version="ChemAxon file format v16.02.15, generated by v16.2.29.0">
<MDocument><MChemicalStruct><molecule molID="m1"><propertyList><property dictRef="is Lewis Structure?" title="is Lewis Structure?"><scalar>true</scalar></property></propertyList><atomArray atomID="a1 a2 a3 a4 a5 a6" elementType="C H H H O H" x2="11.444444444444445 10.944444444444445 11.11111111111111 10.0 13.166666666666666 14.944444444444443" y2="-6.888888888888888 -5.722222222222222 -8.666666666666666 -7.277777777777778 -6.888888888888888 -7.0"></atomArray><bondArray><bond id="b1" atomRefs2="a1 a2" order="1"></bond><bond id="b2" atomRefs2="a1 a3" order="1"></bond><bond id="b3" atomRefs2="a1 a4" order="1"></bond><bond id="b4" atomRefs2="a1 a5" order="1"></bond><bond id="b5" atomRefs2="a5 a6" order="1"></bond></bondArray></molecule></MChemicalStruct><MTextBox id="o2" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false"><Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field><MPoint x="13.144444444444442" y="-7.1"></MPoint><MPoint x="15.144444444444442" y="-7.1"></MPoint><MPoint x="15.144444444444442" y="-9.1"></MPoint><MPoint x="13.144444444444442" y="-9.1"></MPoint></MTextBox><MTextBox id="o3" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false"><Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field><MPoint x="13.144444444444442" y="-5.766666666666666"></MPoint><MPoint x="15.144444444444442" y="-5.766666666666666"></MPoint><MPoint x="15.144444444444442" y="-7.766666666666666"></MPoint><MPoint x="13.144444444444442" y="-7.766666666666666"></MPoint></MTextBox><MTextBox id="o4" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false"><Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field><MPoint x="12.81111111111111" y="-7.1"></MPoint><MPoint x="14.81111111111111" y="-7.1"></MPoint><MPoint x="14.81111111111111" y="-9.1"></MPoint><MPoint x="12.81111111111111" y="-9.1"></MPoint></MTextBox><MTextBox id="o5" fontScale="10.0" halign="LEFT" valign="TOP" autoSize="false"><Field name="text"><![CDATA[{fg=#ff0000}\\u2022 ]]></Field><MPoint x="12.81111111111111" y="-5.766666666666666"></MPoint><MPoint x="14.81111111111111" y="-5.766666666666666"></MPoint><MPoint x="14.81111111111111" y="-7.766666666666666"></MPoint><MPoint x="12.81111111111111" y="-7.766666666666666"></MPoint></MTextBox></MDocument>
</cml>
--><defs id="genericDefs"
/><g
><defs id="30096707551-defs1"
><linearGradient x1="75.5752" gradientUnits="userSpaceOnUse" x2="74.613" y1="55.1657" y2="52.9206" id="30096707912-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(51,51,51)" offset="100%"
/></linearGradient
><linearGradient x1="78.503" gradientUnits="userSpaceOnUse" x2="78.0528" y1="109.4571" y2="111.8579" id="30096707932-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(51,51,51)" offset="100%"
/></linearGradient
><linearGradient x1="58.1134" gradientUnits="userSpaceOnUse" x2="55.7548" y1="83.5977" y2="84.2327" id="30096707350-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(51,51,51)" offset="100%"
/></linearGradient
><linearGradient x1="115.8135" gradientUnits="userSpaceOnUse" x2="118.2561" y1="76.4415" y2="76.4415" id="30096707606-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="red" offset="100%"
/></linearGradient
><linearGradient x1="183.8478" gradientUnits="userSpaceOnUse" x2="186.2856" y1="78.5305" y2="78.6829" id="30096707425-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="red" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(51,51,51)" offset="100%"
/></linearGradient
><clipPath clipPathUnits="userSpaceOnUse" id="30096707117-clipPath1"
><path d="M0 0 L250 0 L250 183 L0 183 L0 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="30096707669-clipPath1"
><path d="M-76.6934 -62.4415 L173.3066 -62.4415 L173.3066 120.5585 L-76.6934 120.5585 L-76.6934 -62.4415 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="30096707757-clipPath1"
><path d="M-57.1106 -17.915 L192.8894 -17.915 L192.8894 165.085 L-57.1106 165.085 L-57.1106 -17.915 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="30096707721-clipPath1"
><path d="M-63.4715 -130.2914 L186.5285 -130.2914 L186.5285 52.7086 L-63.4715 52.7086 L-63.4715 -130.2914 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="30096707730-clipPath1"
><path d="M-21.0654 -77.2837 L228.9346 -77.2837 L228.9346 105.7163 L-21.0654 105.7163 L-21.0654 -77.2837 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="30096707732-clipPath1"
><path d="M-141.423 -62.4415 L108.577 -62.4415 L108.577 120.5585 L-141.423 120.5585 L-141.423 -62.4415 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="3009670740-clipPath1"
><path d="M-209.7729 -66.6821 L40.2271 -66.6821 L40.2271 116.3179 L-209.7729 116.3179 L-209.7729 -66.6821 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="30096707666-clipPath1"
><path d="M149.301 84.2611 L186.9361 84.2611 L186.9361 121.8962 L149.301 121.8962 L149.301 84.2611 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="3009670753-clipPath1"
><path d="M149.301 33.3201 L186.9361 33.3201 L186.9361 70.9551 L149.301 70.9551 L149.301 33.3201 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="30096707434-clipPath1"
><path d="M136.4467 84.2611 L174.0817 84.2611 L174.0817 121.8962 L136.4467 121.8962 L136.4467 84.2611 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="3009670780-clipPath1"
><path d="M136.4467 33.3201 L174.0817 33.3201 L174.0817 70.9551 L136.4467 70.9551 L136.4467 33.3201 Z"
/></clipPath
></defs
><g fill="url(#30096707912-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#30096707912-linearGradient1)"
><path d="M79.6147 61.4909 L72.8186 45.6332 C72.5528 45.0131 71.835 44.726 71.2149 44.9917 C70.5948 45.2575 70.3077 45.9753 70.5735 46.5954 L77.3696 62.4531 C77.6354 63.0732 78.3532 63.3603 78.9733 63.0946 C79.5934 62.8288 79.8805 62.111 79.6147 61.4909 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/></g
><g fill="url(#30096707932-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#30096707932-linearGradient1)"
><path d="M80.475 92.3124 L73.68 128.5524 C73.5557 129.2155 73.9923 129.8535 74.6553 129.9778 C75.3184 130.1022 75.9565 129.6656 76.0808 129.0025 L82.8758 92.7626 C83.0001 92.0995 82.5636 91.4614 81.9005 91.3371 C81.2374 91.2128 80.5994 91.6493 80.475 92.3124 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/></g
><g fill="url(#30096707350-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#30096707350-linearGradient1)"
><path d="M72.2865 78.517 L40.9466 86.9547 C40.2952 87.1301 39.9094 87.8001 40.0848 88.4515 C40.2602 89.1029 40.9302 89.4887 41.5816 89.3133 L72.9215 80.8756 C73.5729 80.7003 73.9587 80.0303 73.7833 79.3788 C73.6079 78.7274 72.9379 78.3417 72.2865 78.517 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/></g
><g fill="url(#30096707606-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#30096707606-linearGradient1)"
><path d="M96.6333 77.6628 L137.4362 77.6628 C138.1109 77.6628 138.6575 77.1161 138.6575 76.4415 C138.6575 75.7669 138.1109 75.2202 137.4362 75.2202 L96.6333 75.2202 C95.9586 75.2202 95.412 75.7669 95.412 76.4415 C95.412 77.1161 95.9586 77.6628 96.6333 77.6628 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/></g
><g fill="url(#30096707425-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#30096707425-linearGradient1)"
><path d="M163.4003 78.4763 L206.5808 81.175 C207.2541 81.2171 207.8338 80.7056 207.8759 80.0323 C207.918 79.359 207.4065 78.7793 206.7332 78.7372 L163.5526 76.0384 C162.8793 75.9963 162.2996 76.5078 162.2575 77.1812 C162.2154 77.8545 162.7269 78.4342 163.4003 78.4763 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/></g
><g fill="white" text-rendering="geometricPrecision" stroke="white"
><path d="M83.3125 65.2657 C80.179 65.2657 77.6387 67.806 77.6387 70.9395 L77.6387 82.2872 C77.6387 85.4208 80.179 87.961 83.3125 87.961 L86.0743 87.961 C89.2078 87.961 91.7481 85.4208 91.7481 82.2872 L91.7481 70.9395 C91.7481 67.806 89.2078 65.2657 86.0743 65.2657 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/></g
><g text-rendering="geometricPrecision" font-size="23px" font-family="sans-serif" transform="translate(76.6934,62.4415)"
><text x="0" xml:space="preserve" y="22" clip-path="url(#30096707669-clipPath1)" stroke="none"
>C</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="23px" font-family="sans-serif" stroke="white"
><path d="M64.4153 20.9775 C61.395 20.9775 58.9466 23.4259 58.9466 26.4462 L58.9466 37.3837 C58.9466 40.4041 61.395 42.8525 64.4153 42.8525 L66.8059 42.8525 C69.8262 42.8525 72.2747 40.4041 72.2747 37.3837 L72.2747 26.4462 C72.2747 23.4259 69.8262 20.9775 66.8059 20.9775 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/><text x="0" y="22" transform="translate(57.1106,17.915)" clip-path="url(#30096707757-clipPath1)" fill="rgb(51,51,51)" stroke="none" xml:space="preserve"
>H</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="23px" font-family="sans-serif" stroke="white"
><path d="M70.7762 133.3539 C67.7559 133.3539 65.3075 135.8024 65.3075 138.8227 L65.3075 149.7602 C65.3075 152.7805 67.7559 155.2289 70.7762 155.2289 L73.1669 155.2289 C76.1872 155.2289 78.6356 152.7805 78.6356 149.7602 L78.6356 138.8227 C78.6356 135.8024 76.1872 133.3539 73.1669 133.3539 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/><text x="0" y="22" transform="translate(63.4715,130.2914)" clip-path="url(#30096707721-clipPath1)" fill="rgb(51,51,51)" stroke="none" xml:space="preserve"
>H</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="23px" font-family="sans-serif" stroke="white"
><path d="M28.37 80.3462 C25.3497 80.3462 22.9013 82.7946 22.9013 85.8149 L22.9013 96.7524 C22.9013 99.7727 25.3497 102.2212 28.37 102.2212 L30.7607 102.2212 C33.781 102.2212 36.2294 99.7727 36.2294 96.7524 L36.2294 85.8149 C36.2294 82.7946 33.781 80.3462 30.7607 80.3462 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/><text x="0" y="22" transform="translate(21.0654,77.2837)" clip-path="url(#30096707730-clipPath1)" fill="rgb(51,51,51)" stroke="none" xml:space="preserve"
>H</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="23px" font-family="sans-serif" stroke="white"
><path d="M147.9953 65.2657 C144.8617 65.2657 142.3214 67.806 142.3214 70.9395 L142.3214 82.2872 C142.3214 85.4208 144.8617 87.961 147.9953 87.961 L152.8507 87.961 C155.9843 87.961 158.5246 85.4208 158.5246 82.2872 L158.5246 70.9395 C158.5246 67.806 155.9843 65.2657 152.8507 65.2657 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/><text x="0" y="22" transform="translate(141.423,62.4415)" clip-path="url(#30096707732-clipPath1)" fill="red" stroke="none" xml:space="preserve"
>O</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="23px" font-family="sans-serif" stroke="white"
><path d="M217.0776 69.7446 C214.0573 69.7446 211.6089 72.1931 211.6089 75.2134 L211.6089 86.1509 C211.6089 89.1712 214.0573 91.6196 217.0776 91.6196 L219.4682 91.6196 C222.4885 91.6196 224.937 89.1712 224.937 86.1509 L224.937 75.2134 C224.937 72.1931 222.4885 69.7446 219.4682 69.7446 Z" stroke="none" clip-path="url(#30096707117-clipPath1)"
/><text x="0" y="22" transform="translate(209.7729,66.6821)" clip-path="url(#3009670740-clipPath1)" fill="rgb(51,51,51)" stroke="none" xml:space="preserve"
>H</text
></g
><g fill="red" text-rendering="geometricPrecision" font-size="10px" font-family="sans-serif" transform="matrix(2.0991,0,0,2.0991,-164.3987,-92.8731)" stroke="red"
><text x="149.5749" xml:space="preserve" y="94.4987" clip-path="url(#30096707666-clipPath1)" stroke="none"
>" </text
></g
><g fill="red" text-rendering="geometricPrecision" font-size="10px" font-family="sans-serif" transform="matrix(2.0991,0,0,2.0991,-164.3987,-36.9423)" stroke="red"
><text x="149.5749" xml:space="preserve" y="43.6112" clip-path="url(#3009670753-clipPath1)" stroke="none"
>" </text
></g
><g fill="red" text-rendering="geometricPrecision" font-size="10px" font-family="sans-serif" transform="matrix(2.0991,0,0,2.0991,-150.4161,-92.8731)" stroke="red"
><text x="136.853" xml:space="preserve" y="94.4987" clip-path="url(#30096707434-clipPath1)" stroke="none"
>" </text
></g
><g fill="red" text-rendering="geometricPrecision" font-size="10px" font-family="sans-serif" transform="matrix(2.0991,0,0,2.0991,-150.4161,-36.9423)" stroke="red"
><text x="136.853" xml:space="preserve" y="43.6112" clip-path="url(#3009670780-clipPath1)" stroke="none"
>" </text
></g
></g
></svg
>

(Not to mention the strange placement of the return characters, which makes the document more difficult to read.) Can you fix?

ChemAxon cbb451ac1e

29-03-2016 07:07:16

Thanks for reporting. We are investigating the issue. 

User 870ab5b546

29-03-2016 15:16:23

Here are some other potentially relevant discussions about using non-ASCII characters in MRV and image URIs.


https://www.chemaxon.com/forum/viewpost1051.html (2004)


https://www.chemaxon.com/forum/viewpost4036.html (2005)


https://www.chemaxon.com/forum/viewpost53626.html (2013)

ChemAxon 7936325a45

30-03-2016 09:46:58

Dear Bob,


With Marvin the SVG export generates source with bullet characters. I try to reproduce this with JChem.


Sadly we can't do anything about the return characters, the SVG image is generated with a third party software.


Best regards,
István 

User 870ab5b546

15-04-2016 12:48:29

Any progress on this bug?

ChemAxon cbb451ac1e

25-04-2016 09:14:45

will keep you posted when fixed.


best,


Krisztian

User 870ab5b546

12-05-2016 16:20:44

FYI, I have come across this problem again, this time in the context of a Greek character (nu) in a textbox in a Marvin JS drawing. The MRV is:


<cml><MDocument><MChemicalStruct><molecule molID="m1"><atomArray><atom id="a1" elementType="Cl" x2="-6.375" y2="4.291666666666667" lonePair="3"/><atom id="a2" elementType="C" x2="-4.835" y2="4.291666666666667"/><atom id="a3" elementType="Cl" x2="-4.835" y2="2.751666666666667" lonePair="3"/><atom id="a4" elementType="Br" x2="-3.295" y2="4.291666666666667" lonePair="3"/><atom id="a5" elementType="Cl" x2="-4.835" y2="5.831666666666667" lonePair="3"/><atom id="a6" elementType="C" x2="-5.958333333333333" y2="-0.41666666666666663"/><atom id="a7" elementType="C" x2="-4.624654211505297" y2="0.3533333333333332"/><atom id="a8" elementType="R" x2="-3.2909750896772616" y2="-0.4166666666666667" sgroupRef="sg1"/><atom id="a9" elementType="C" x2="5.083333333333335" y2="2.25"/><atom id="a10" elementType="C" x2="6.4170124551613705" y2="3.0199999999999996"/><atom id="a11" elementType="R" x2="7.750691576989406" y2="2.25" sgroupRef="sg2"/><atom id="a12" elementType="Br" x2="6.4170124551613705" y2="4.56" lonePair="3"/><atom id="a13" elementType="C" x2="3.7496542115052995" y2="3.0200000000000005"/><atom id="a14" elementType="Cl" x2="3.7496542115052995" y2="4.5600000000000005" lonePair="3"/><atom id="a15" elementType="Cl" x2="2.2096542115052995" y2="3.0200000000000005" lonePair="3"/><atom id="a16" elementType="Cl" x2="2.9796542115053" y2="1.6863208781719647" lonePair="3"/></atomArray><bondArray><bond atomRefs2="a2 a3" order="1" id="b1"/><bond atomRefs2="a2 a5" order="1" id="b2"/><bond atomRefs2="a6 a7" order="2" id="b3"/><bond atomRefs2="a7 a8" order="1" id="b4"/><bond atomRefs2="a9 a10" order="1" id="b5"/><bond atomRefs2="a10 a11" order="1" id="b6"/><bond atomRefs2="a9 a13" order="1" id="b7"/><bond atomRefs2="a13 a16" order="1" id="b8"/><bond atomRefs2="a13 a15" order="1" id="b9"/><bond atomRefs2="a13 a14" order="1" id="b10"/><bond atomRefs2="a10 a12" order="1" id="b11"/><bond atomRefs2="a1 a2" order="1" id="b12"/><bond atomRefs2="a2 a4" order="1" id="b13"/></bondArray><molecule id="sg1" molID="m2" role="SuperatomSgroup" title="Ph"><atomArray><atom id="a17" elementType="C" x2="-3.2909750896772616" y2="-0.4166666666666667" sgroupAttachmentPoint="1"/><atom id="a18" elementType="C" x2="-1.957428433678968" y2="-1.1866666605066667"/><atom id="a19" elementType="C" x2="-1.957428433678968" y2="-2.726666648186667"/><atom id="a20" elementType="C" x2="-3.2909750896772616" y2="-3.4966666420266668"/><atom id="a21" elementType="C" x2="-4.624708412340729" y2="-2.726666648186667"/><atom id="a22" elementType="C" x2="-4.624708412340729" y2="-1.1866666605066667"/></atomArray><bondArray><bond atomRefs2="a17 a18" order="2" id="b14"/><bond atomRefs2="a17 a22" order="1" id="b15"/><bond atomRefs2="a18 a19" order="1" id="b16"/><bond atomRefs2="a19 a20" order="2" id="b17"/><bond atomRefs2="a20 a21" order="1" id="b18"/><bond atomRefs2="a21 a22" order="2" id="b19"/></bondArray></molecule><molecule id="sg2" molID="m3" role="SuperatomSgroup" title="Ph"><atomArray><atom id="a23" elementType="C" x2="7.750691576989406" y2="2.25" sgroupAttachmentPoint="1"/><atom id="a24" elementType="C" x2="9.0842382329877" y2="1.4800000061599998"/><atom id="a25" elementType="C" x2="9.0842382329877" y2="-0.0599999815200003"/><atom id="a26" elementType="C" x2="7.750691576989406" y2="-0.8299999753600003"/><atom id="a27" elementType="C" x2="6.416958254325939" y2="-0.0599999815200003"/><atom id="a28" elementType="C" x2="6.416958254325939" y2="1.4800000061599998"/></atomArray><bondArray><bond atomRefs2="a23 a24" order="2" id="b20"/><bond atomRefs2="a23 a28" order="1" id="b21"/><bond atomRefs2="a24 a25" order="1" id="b22"/><bond atomRefs2="a25 a26" order="2" id="b23"/><bond atomRefs2="a26 a27" order="1" id="b24"/><bond atomRefs2="a27 a28" order="2" id="b25"/></bondArray></molecule></molecule></MChemicalStruct><MElectronContainer occupation="0 0" radical="0" id="o1"><MElectron atomRefs="m1.a1" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a1" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o2"><MElectron atomRefs="m1.a1" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a1" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o3"><MElectron atomRefs="m1.a1" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a1" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o4"><MElectron atomRefs="m1.a3" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a3" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o5"><MElectron atomRefs="m1.a3" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a3" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o6"><MElectron atomRefs="m1.a3" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a3" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o7"><MElectron atomRefs="m1.a4" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a4" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o8"><MElectron atomRefs="m1.a4" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a4" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o9"><MElectron atomRefs="m1.a4" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a4" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o10"><MElectron atomRefs="m1.a5" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a5" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o11"><MElectron atomRefs="m1.a5" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a5" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o12"><MElectron atomRefs="m1.a5" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a5" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o13"><MElectron atomRefs="m1.a12" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a12" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o14"><MElectron atomRefs="m1.a12" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a12" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o15"><MElectron atomRefs="m1.a12" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a12" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o16"><MElectron atomRefs="m1.a14" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a14" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o17"><MElectron atomRefs="m1.a14" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a14" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o18"><MElectron atomRefs="m1.a14" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a14" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o19"><MElectron atomRefs="m1.a15" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a15" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o20"><MElectron atomRefs="m1.a15" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a15" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o21"><MElectron atomRefs="m1.a15" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a15" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o22"><MElectron atomRefs="m1.a16" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a16" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o23"><MElectron atomRefs="m1.a16" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a16" difLoc="0.0 0.0 0.0"/></MElectronContainer><MElectronContainer occupation="0 0" radical="0" id="o24"><MElectron atomRefs="m1.a16" difLoc="0.0 0.0 0.0"/><MElectron atomRefs="m1.a16" difLoc="0.0 0.0 0.0"/></MElectronContainer><MTextBox toption="NOROT" fontScale="14.0" halign="LEFT" valign="TOP" autoSize="true" id="o25"><Field name="text">{italic}h{noitalic}\\u03bd</Field><MPoint x="-0.5" y="3.6666666666666665"/><MPoint x="-0.5" y="3.6666666666666665"/><MPoint x="-0.5" y="3.6666666666666665"/><MPoint x="-0.5" y="3.6666666666666665"/></MTextBox><MPolyline headLength="0.6" headWidth="0.4" id="o26"><MPoint x="-0.9583333333333334" y="2.7083333333333335"/><MPoint x="0.6666666666666666" y="2.7083333333333335"/></MPolyline></MDocument></cml>

The key part is:


<Field name="text">{italic}h{noitalic}\\u03bd</Field>

Here's the SVG generated by JChem. The nu is rendered as &#65533;, which appears as a question mark on a black diamond in the image.


<svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="256" stroke-miterlimit="10" shape-rendering="auto" stroke-opacity="1" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="129" xmlns="http://www.w3.org/2000/svg" font-family="'Dialog'" font-style="normal" stroke-linejoin="miter" font-size="12px" stroke-dashoffset="0" image-rendering="auto"
><!--Generated by Marvin with Batik SVG Generator
MolSource:
<?xml version="1.0" encoding="UTF-8"?><cml xmlns="http://www.chemaxon.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.chemaxon.com/marvin/schema/mrvSchema_16_02_15.xsd" version="ChemAxon file format v16.02.15, generated by v16.4.25.0">
<MDocument><MChemicalStruct><molecule molID="m1"><atomArray atomID="a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13 a14 a15 a16" elementType="Cl C Cl Br Cl C C R C C R Br C Cl Cl Cl" lonePair="3 0 3 3 3 0 0 0 0 0 0 3 0 3 3 3" sgroupRef="0 0 0 0 0 0 0 sg1 0 0 sg2 0 0 0 0 0" x2="-6.375 -4.835 -4.835 -3.295 -4.835 -5.958333333333333 -4.624654211505297 -3.2909750896772616 5.083333333333335 6.4170124551613705 7.750691576989406 6.4170124551613705 3.7496542115052995 3.7496542115052995 2.2096542115052995 2.9796542115053" y2="4.291666666666667 4.291666666666667 2.751666666666667 4.291666666666667 5.831666666666667 -0.41666666666666663 0.3533333333333332 -0.4166666666666667 2.25 3.0199999999999996 2.25 4.56 3.0200000000000005 4.5600000000000005 3.0200000000000005 1.6863208781719647"></atomArray><bondArray><bond id="b1" atomRefs2="a2 a3" order="1"></bond><bond id="b2" atomRefs2="a2 a5" order="1"></bond><bond id="b3" atomRefs2="a6 a7" order="2"></bond><bond id="b4" atomRefs2="a7 a8" order="1"></bond><bond id="b5" atomRefs2="a9 a10" order="1"></bond><bond id="b6" atomRefs2="a10 a11" order="1"></bond><bond id="b7" atomRefs2="a9 a13" order="1"></bond><bond id="b8" atomRefs2="a13 a16" order="1"></bond><bond id="b9" atomRefs2="a13 a15" order="1"></bond><bond id="b10" atomRefs2="a13 a14" order="1"></bond><bond id="b11" atomRefs2="a10 a12" order="1"></bond><bond id="b12" atomRefs2="a1 a2" order="1"></bond><bond id="b13" atomRefs2="a2 a4" order="1"></bond></bondArray><molecule id="sg1" role="SuperatomSgroup" title="Ph" molID="m2"><atomArray atomID="a17 a18 a19 a20 a21 a22" elementType="C C C C C C" attachmentPoint="1 0 0 0 0 0" sgroupAttachmentPoint="1 0 0 0 0 0" x2="-3.2909750896772616 -1.957428433678968 -1.957428433678968 -3.2909750896772616 -4.624708412340729 -4.624708412340729" y2="-0.4166666666666667 -1.1866666605066667 -2.726666648186667 -3.4966666420266668 -2.726666648186667 -1.1866666605066667"></atomArray><bondArray><bond id="b14" atomRefs2="a17 a18" order="2"></bond><bond id="b15" atomRefs2="a17 a22" order="1"></bond><bond id="b16" atomRefs2="a18 a19" order="1"></bond><bond id="b17" atomRefs2="a19 a20" order="2"></bond><bond id="b18" atomRefs2="a20 a21" order="1"></bond><bond id="b19" atomRefs2="a21 a22" order="2"></bond></bondArray><AttachmentPointArray><attachmentPoint atom="a17" order="1" bond="b4"></attachmentPoint></AttachmentPointArray></molecule><molecule id="sg2" role="SuperatomSgroup" title="Ph" molID="m3"><atomArray atomID="a23 a24 a25 a26 a27 a28" elementType="C C C C C C" attachmentPoint="1 0 0 0 0 0" sgroupAttachmentPoint="1 0 0 0 0 0" x2="7.750691576989406 9.0842382329877 9.0842382329877 7.750691576989406 6.416958254325939 6.416958254325939" y2="2.25 1.4800000061599998 -0.0599999815200003 -0.8299999753600003 -0.0599999815200003 1.4800000061599998"></atomArray><bondArray><bond id="b20" atomRefs2="a23 a24" order="2"></bond><bond id="b21" atomRefs2="a23 a28" order="1"></bond><bond id="b22" atomRefs2="a24 a25" order="1"></bond><bond id="b23" atomRefs2="a25 a26" order="2"></bond><bond id="b24" atomRefs2="a26 a27" order="1"></bond><bond id="b25" atomRefs2="a27 a28" order="2"></bond></bondArray><AttachmentPointArray><attachmentPoint atom="a23" order="1" bond="b6"></attachmentPoint></AttachmentPointArray></molecule></molecule></MChemicalStruct><MTextBox id="o2" toption="NOROT" fontScale="14.0" halign="LEFT" valign="TOP" autoSize="true"><Field name="text">{italic}h{noitalic}\\u03bd</Field><MPoint x="-0.5" y="3.6666666666666665"></MPoint><MPoint x="-0.5" y="3.6666666666666665"></MPoint><MPoint x="-0.5" y="3.6666666666666665"></MPoint><MPoint x="-0.5" y="3.6666666666666665"></MPoint></MTextBox><MPolyline id="o3" headLength="0.6" headWidth="0.4"><MPoint x="-0.9583333333333334" y="2.7083333333333335"></MPoint><MPoint x="0.6666666666666666" y="2.7083333333333335"></MPoint></MPolyline><MElectronContainer id="o4" occupation="0 0" radical="0"><MElectron atomRefs="m1.a1" difLoc="0.0 0.0 0.0"></MElectron><MElectron atomRefs="m1.a1" difLoc="0.0 0.0 0.0"></MElectron></MElectronContainer><MElectronContainer id="o5" occupation="0 0" radical="0"><MElectron atomRefs="m1.a3" difLoc="0.0 0.0 0.0"></MElectron><MElectron atomRefs="m1.a3" difLoc="0.0 0.0 0.0"></MElectron></MElectronContainer><MElectronContainer id="o6" occupation="0 0" radical="0"><MElectron atomRefs="m1.a4" difLoc="0.0 0.0 0.0"></MElectron><MElectron atomRefs="m1.a4" difLoc="0.0 0.0 0.0"></MElectron></MElectronContainer><MElectronContainer id="o7" occupation="0 0" radical="0"><MElectron atomRefs="m1.a5" difLoc="0.0 0.0 0.0"></MElectron><MElectron atomRefs="m1.a5" difLoc="0.0 0.0 0.0"></MElectron></MElectronContainer><MElectronContainer id="o8" occupation="0 0" radical="0"><MElectron atomRefs="m1.a12" difLoc="0.0 0.0 0.0"></MElectron><MElectron atomRefs="m1.a12" difLoc="0.0 0.0 0.0"></MElectron></MElectronContainer><MElectronContainer id="o9" occupation="0 0" radical="0"><MElectron atomRefs="m1.a14" difLoc="0.0 0.0 0.0"></MElectron><MElectron atomRefs="m1.a14" difLoc="0.0 0.0 0.0"></MElectron></MElectronContainer><MElectronContainer id="o10" occupation="0 0" radical="0"><MElectron atomRefs="m1.a15" difLoc="0.0 0.0 0.0"></MElectron><MElectron atomRefs="m1.a15" difLoc="0.0 0.0 0.0"></MElectron></MElectronContainer><MElectronContainer id="o11" occupation="0 0" radical="0"><MElectron atomRefs="m1.a16" difLoc="0.0 0.0 0.0"></MElectron><MElectron atomRefs="m1.a16" difLoc="0.0 0.0 0.0"></MElectron></MElectronContainer></MDocument>
</cml>
--><defs id="genericDefs"
/><g
><defs id="17990661340-defs1"
><linearGradient x1="39.571" gradientUnits="userSpaceOnUse" x2="39.571" y1="46.0789" y2="47.0885" id="17990661506-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(0,153,0)" offset="100%"
/></linearGradient
><linearGradient x1="39.571" gradientUnits="userSpaceOnUse" x2="39.571" y1="29.6481" y2="28.6385" id="17990661643-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(0,153,0)" offset="100%"
/></linearGradient
><linearGradient x1="171.0189" gradientUnits="userSpaceOnUse" x2="170.5141" y1="64.7742" y2="65.6486" id="17990661164-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(0,153,0)" offset="100%"
/></linearGradient
><linearGradient x1="166.6821" gradientUnits="userSpaceOnUse" x2="165.6725" y1="57.8889" y2="57.8889" id="17990661974-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(0,153,0)" offset="100%"
/></linearGradient
><linearGradient x1="174.9941" gradientUnits="userSpaceOnUse" x2="174.9941" y1="49.7087" y2="48.6991" id="17990661982-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(0,153,0)" offset="100%"
/></linearGradient
><linearGradient x1="217.0717" gradientUnits="userSpaceOnUse" x2="217.0717" y1="49.5368" y2="48.5272" id="17990661903-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(102,51,51)" offset="100%"
/></linearGradient
><linearGradient x1="30.2493" gradientUnits="userSpaceOnUse" x2="31.2589" y1="37.8283" y2="37.8283" id="17990661968-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="rgb(0,153,0)" offset="0%"
/><stop stop-opacity="1" stop-color="black" offset="100%"
/></linearGradient
><linearGradient x1="47.6721" gradientUnits="userSpaceOnUse" x2="48.6817" y1="37.8283" y2="37.8283" id="17990661206-linearGradient1" spreadMethod="pad"
><stop stop-opacity="1" stop-color="black" offset="0%"
/><stop stop-opacity="1" stop-color="rgb(102,51,51)" offset="100%"
/></linearGradient
><clipPath clipPathUnits="userSpaceOnUse" id="1799066176-clipPath1"
><path d="M0 0 L256 0 L256 129 L0 129 L0 0 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="1799066116-clipPath1"
><path d="M-10.2774 -31.8283 L245.7225 -31.8283 L245.7225 97.1717 L-10.2774 97.1717 L-10.2774 -31.8283 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661543-clipPath1"
><path d="M-34.571 -56.1219 L221.429 -56.1219 L221.429 72.8781 L-34.571 72.8781 L-34.571 -56.1219 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661212-clipPath1"
><path d="M-58.3645 -31.8283 L197.6355 -31.8283 L197.6355 97.1717 L-58.3645 97.1717 L-58.3645 -31.8283 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661108-clipPath1"
><path d="M-34.571 -7.5348 L221.429 -7.5348 L221.429 121.4652 L-34.571 121.4652 L-34.571 -7.5348 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661524-clipPath1"
><path d="M-8.0144 -105.994 L247.9856 -105.994 L247.9856 23.006 L-8.0144 23.006 L-8.0144 -105.994 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661815-clipPath1"
><path d="M-14.6004 -111.5902 L241.3996 -111.5902 L241.3996 17.4098 L-14.6004 17.4098 L-14.6004 -111.5902 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661538-clipPath1"
><path d="M-18.3504 -106.1024 L237.6496 -106.1024 L237.6496 22.8976 L-18.3504 22.8976 L-18.3504 -106.1024 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661536-clipPath1"
><path d="M-61.3265 -106.3807 L194.6736 -106.3807 L194.6736 22.6193 L-61.3265 22.6193 L-61.3265 -106.3807 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661303-clipPath1"
><path d="M-235.509 -64.314 L20.491 -64.314 L20.491 64.686 L-235.509 64.686 L-235.509 -64.314 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661976-clipPath1"
><path d="M-211.5717 -27.5954 L44.4283 -27.5954 L44.4283 101.4046 L-211.5717 101.4046 L-211.5717 -27.5954 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661474-clipPath1"
><path d="M-169.9941 -27.5954 L86.0059 -27.5954 L86.0059 101.4046 L-169.9941 101.4046 L-169.9941 -27.5954 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661370-clipPath1"
><path d="M-145.7006 -51.8889 L110.2994 -51.8889 L110.2994 77.1111 L-145.7006 77.1111 L-145.7006 -51.8889 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="17990661566-clipPath1"
><path d="M-157.8473 -72.9277 L98.1527 -72.9277 L98.1527 56.0723 L-157.8473 56.0723 L-157.8473 -72.9277 Z"
/></clipPath
><clipPath clipPathUnits="userSpaceOnUse" id="1799066145-clipPath1"
><path d="M106.8542 46.8951 L120.685 46.8951 L120.685 63.0311 L106.8542 63.0311 L106.8542 46.8951 Z"
/></clipPath
></defs
><g fill="url(#17990661506-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#17990661506-linearGradient1)"
><path d="M39.0662 37.8283 L39.0662 55.339 C39.0662 55.6178 39.2921 55.8438 39.571 55.8438 C39.8498 55.8438 40.0758 55.6178 40.0758 55.339 L40.0758 37.8283 C40.0758 37.5495 39.8498 37.3235 39.571 37.3235 C39.2921 37.3235 39.0662 37.5495 39.0662 37.8283 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g fill="url(#17990661643-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#17990661643-linearGradient1)"
><path d="M40.0758 37.8283 L40.0758 20.4583 C40.0758 20.1795 39.8498 19.9535 39.571 19.9535 C39.2921 19.9535 39.0662 20.1795 39.0662 20.4583 L39.0662 37.8283 C39.0662 38.1072 39.2921 38.3331 39.571 38.3331 C39.8498 38.3331 40.0758 38.1072 40.0758 37.8283 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g text-rendering="geometricPrecision"
><path d="M26.733 108.7005 C26.4915 108.84 26.4088 109.1486 26.5482 109.3901 C26.6877 109.6316 26.9963 109.7143 27.2378 109.5749 L43.1416 100.3928 C43.3831 100.2534 43.4658 99.9447 43.3264 99.7032 C43.1869 99.4617 42.8783 99.379 42.6368 99.5185 ZM28.9194 112.4875 C28.6779 112.6269 28.5952 112.9356 28.7346 113.1771 C28.8741 113.4186 29.1827 113.5013 29.4242 113.3619 L42.7044 105.6945 C42.9459 105.5551 43.0286 105.2464 42.8892 105.005 C42.7498 104.7635 42.4411 104.6808 42.1996 104.8202 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g text-rendering="geometricPrecision"
><path d="M42.6368 100.3928 L59.323 110.0266 C59.5645 110.166 59.8731 110.0833 60.0125 109.8418 C60.152 109.6003 60.0693 109.2917 59.8278 109.1522 L43.1416 99.5185 C42.9001 99.379 42.5914 99.4617 42.452 99.7032 C42.3126 99.9447 42.3953 100.2534 42.6368 100.3928 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g text-rendering="geometricPrecision"
><path d="M196.2853 70.4728 L217.3241 58.3261 C217.5656 58.1867 217.6483 57.878 217.5089 57.6365 C217.3695 57.395 217.0608 57.3123 216.8193 57.4517 L195.7805 69.5985 C195.539 69.7379 195.4563 70.0466 195.5957 70.2881 C195.7352 70.5296 196.0438 70.6123 196.2853 70.4728 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g text-rendering="geometricPrecision"
><path d="M216.8193 58.3261 L233.5055 67.9598 C233.747 68.0993 234.0557 68.0166 234.1951 67.7751 C234.3345 67.5336 234.2518 67.2249 234.0103 67.0855 L217.3241 57.4517 C217.0827 57.3123 216.774 57.395 216.6346 57.6365 C216.4951 57.878 216.5779 58.1867 216.8193 58.3261 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g text-rendering="geometricPrecision"
><path d="M196.2853 69.5985 L175.2465 57.4517 C175.005 57.3123 174.6964 57.395 174.5569 57.6365 C174.4175 57.878 174.5002 58.1867 174.7417 58.3261 L195.7805 70.4728 C196.022 70.6123 196.3307 70.5296 196.4701 70.2881 C196.6095 70.0466 196.5268 69.7379 196.2853 69.5985 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g fill="url(#17990661164-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#17990661164-linearGradient1)"
><path d="M174.5569 57.6365 L166.1017 72.2815 C165.9622 72.523 166.0449 72.8316 166.2864 72.971 C166.5279 73.1105 166.8366 73.0278 166.976 72.7863 L175.4313 58.1413 C175.5707 57.8998 175.488 57.5912 175.2465 57.4517 C175.005 57.3123 174.6964 57.395 174.5569 57.6365 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g fill="url(#17990661974-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#17990661974-linearGradient1)"
><path d="M174.9941 57.3841 L157.3604 57.3841 C157.0815 57.3841 156.8556 57.6101 156.8556 57.8889 C156.8556 58.1678 157.0815 58.3937 157.3604 58.3937 L174.9941 58.3937 C175.2729 58.3937 175.4989 58.1678 175.4989 57.8889 C175.4989 57.6101 175.2729 57.3841 174.9941 57.3841 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g fill="url(#17990661982-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#17990661982-linearGradient1)"
><path d="M175.4989 57.8889 L175.4989 40.5189 C175.4989 40.24 175.2729 40.0141 174.9941 40.0141 C174.7153 40.0141 174.4893 40.24 174.4893 40.5189 L174.4893 57.8889 C174.4893 58.1678 174.7153 58.3937 174.9941 58.3937 C175.2729 58.3937 175.4989 58.1678 175.4989 57.8889 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g fill="url(#17990661903-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#17990661903-linearGradient1)"
><path d="M217.5765 57.8889 L217.5765 40.1751 C217.5765 39.8963 217.3506 39.6703 217.0717 39.6703 C216.7929 39.6703 216.5669 39.8963 216.5669 40.1751 L216.5669 57.8889 C216.5669 58.1678 216.7929 58.3937 217.0717 58.3937 C217.3506 58.3937 217.5765 58.1678 217.5765 57.8889 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g fill="url(#17990661968-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#17990661968-linearGradient1)"
><path d="M21.9373 38.3331 L39.571 38.3331 C39.8498 38.3331 40.0758 38.1072 40.0758 37.8283 C40.0758 37.5495 39.8498 37.3235 39.571 37.3235 L21.9373 37.3235 C21.6584 37.3235 21.4325 37.5495 21.4325 37.8283 C21.4325 38.1072 21.6584 38.3331 21.9373 38.3331 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g fill="url(#17990661206-linearGradient1)" text-rendering="geometricPrecision" stroke="url(#17990661206-linearGradient1)"
><path d="M39.571 38.3331 L56.7828 38.3331 C57.0617 38.3331 57.2876 38.1072 57.2876 37.8283 C57.2876 37.5495 57.0617 37.3235 56.7828 37.3235 L39.571 37.3235 C39.2921 37.3235 39.0662 37.5495 39.0662 37.8283 C39.0662 38.1072 39.2921 38.3331 39.571 38.3331 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g fill="white" text-rendering="geometricPrecision" stroke="white"
><path d="M13.0538 33.0647 C11.7189 33.0647 10.6368 34.1468 10.6368 35.4817 L10.6368 40.3156 C10.6368 41.6505 11.7189 42.7326 13.0538 42.7326 L17.5011 42.7326 C18.836 42.7326 19.9181 41.6505 19.9181 40.3156 L19.9181 35.4817 C19.9181 34.1468 18.836 33.0647 17.5011 33.0647 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/></g
><g fill="rgb(0,153,0)" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" transform="translate(10.2774,31.8283)" stroke="rgb(0,153,0)"
><text x="0" xml:space="preserve" y="9" clip-path="url(#1799066116-clipPath1)" stroke="none"
>Cl</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M37.3474 57.3582 C36.0125 57.3582 34.9304 58.4403 34.9304 59.7752 L34.9304 64.6092 C34.9304 65.944 36.0125 67.0262 37.3474 67.0262 L41.7946 67.0262 C43.1295 67.0262 44.2116 65.944 44.2116 64.6092 L44.2116 59.7752 C44.2116 58.4403 43.1295 57.3582 41.7946 57.3582 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(34.571,56.1219)" clip-path="url(#17990661543-clipPath1)" fill="rgb(0,153,0)" stroke="none" xml:space="preserve"
>Cl</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M61.0823 33.2678 C59.8229 33.2678 58.802 34.2887 58.802 35.5481 L58.802 40.1086 C58.802 41.368 59.8229 42.3889 61.0823 42.3889 L66.6467 42.3889 C67.9061 42.3889 68.927 41.368 68.927 40.1086 L68.927 35.5481 C68.927 34.2887 67.9061 33.2678 66.6467 33.2678 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(58.3645,31.8283)" clip-path="url(#17990661212-clipPath1)" fill="rgb(102,51,51)" stroke="none" xml:space="preserve"
>Br</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M37.3474 8.7711 C36.0125 8.7711 34.9304 9.8533 34.9304 11.1881 L34.9304 16.0221 C34.9304 17.357 36.0125 18.4391 37.3474 18.4391 L41.7946 18.4391 C43.1295 18.4391 44.2116 17.357 44.2116 16.0221 L44.2116 11.1881 C44.2116 9.8533 43.1295 8.7711 41.7946 8.7711 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(34.571,7.5348)" clip-path="url(#17990661108-clipPath1)" fill="rgb(0,153,0)" stroke="none" xml:space="preserve"
>Cl</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M11.0213 107.4335 C9.7619 107.4335 8.741 108.4544 8.741 109.7137 L8.741 114.2743 C8.741 115.5336 9.7619 116.5546 11.0213 116.5546 L12.0076 116.5546 C13.267 116.5546 14.2879 115.5336 14.2879 114.2743 L14.2879 117.9095 C14.2879 119.1905 15.3232 120.2289 16.6004 120.2289 C17.8775 120.2289 18.9129 119.1905 18.9129 117.9095 L18.9129 114.536 C18.9129 115.8412 19.971 116.8993 21.2762 116.8993 L22.4246 116.8993 C23.7298 116.8993 24.7879 115.8412 24.7879 114.536 L24.7879 109.8094 C24.7879 108.5042 23.7298 107.4462 22.4246 107.4462 L21.2762 107.4462 C19.971 107.4462 18.9129 108.5042 18.9129 109.8094 L18.9129 113.2709 C18.9129 111.9899 17.8775 110.9515 16.6004 110.9515 C15.3232 110.9515 14.2879 111.9899 14.2879 113.2709 L14.2879 109.7137 C14.2879 108.4544 13.267 107.4335 12.0076 107.4335 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(8.0144,105.994)" clip-path="url(#17990661524-clipPath1)" fill="black" stroke="none" xml:space="preserve"
>H</text
></g
><g text-rendering="geometricPrecision" font-size="6px" font-family="sans-serif" transform="translate(14.6004,111.5902)"
><text x="0" xml:space="preserve" y="6" clip-path="url(#17990661815-clipPath1)" stroke="none"
>2</text
></g
><g text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" transform="translate(18.3504,106.1024)"
><text x="0" xml:space="preserve" y="9" clip-path="url(#17990661538-clipPath1)" stroke="none"
>C</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M63.9495 107.6346 C62.6389 107.6346 61.5765 108.6971 61.5765 110.0077 L61.5765 114.7538 C61.5765 116.0644 62.6389 117.1268 63.9495 117.1268 L70.7034 117.1268 C72.014 117.1268 73.0765 116.0644 73.0765 114.7538 L73.0765 110.0077 C73.0765 108.6971 72.014 107.6346 70.7034 107.6346 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(61.3265,106.3807)" clip-path="url(#17990661536-clipPath1)" fill="black" stroke="none" xml:space="preserve"
>Ph</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M238.132 65.5679 C236.8214 65.5679 235.759 66.6304 235.759 67.9409 L235.759 72.687 C235.759 73.9976 236.8214 75.0601 238.132 75.0601 L244.886 75.0601 C246.1965 75.0601 247.259 73.9976 247.259 72.687 L247.259 67.9409 C247.259 66.6304 246.1965 65.5679 244.886 65.5679 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(235.509,64.314)" clip-path="url(#17990661303-clipPath1)" fill="black" stroke="none" xml:space="preserve"
>Ph</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M214.2895 29.0348 C213.0302 29.0348 212.0092 30.0557 212.0092 31.3151 L212.0092 35.8756 C212.0092 37.135 213.0302 38.1559 214.2895 38.1559 L219.854 38.1559 C221.1133 38.1559 222.1342 37.135 222.1342 35.8756 L222.1342 31.3151 C222.1342 30.0557 221.1133 29.0348 219.854 29.0348 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(211.5717,27.5954)" clip-path="url(#17990661976-clipPath1)" fill="rgb(102,51,51)" stroke="none" xml:space="preserve"
>Br</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M172.7705 28.8317 C171.4356 28.8317 170.3535 29.9138 170.3535 31.2487 L170.3535 36.0827 C170.3535 37.4175 171.4356 38.4997 172.7705 38.4997 L177.2177 38.4997 C178.5526 38.4997 179.6347 37.4175 179.6347 36.0827 L179.6347 31.2487 C179.6347 29.9138 178.5526 28.8317 177.2177 28.8317 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(169.9941,27.5954)" clip-path="url(#17990661474-clipPath1)" fill="rgb(0,153,0)" stroke="none" xml:space="preserve"
>Cl</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M148.4769 53.1252 C147.1421 53.1252 146.0599 54.2074 146.0599 55.5422 L146.0599 60.3762 C146.0599 61.7111 147.1421 62.7932 148.4769 62.7932 L152.9242 62.7932 C154.2591 62.7932 155.3412 61.7111 155.3412 60.3762 L155.3412 55.5422 C155.3412 54.2074 154.2591 53.1252 152.9242 53.1252 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(145.7006,51.8889)" clip-path="url(#17990661370-clipPath1)" fill="rgb(0,153,0)" stroke="none" xml:space="preserve"
>Cl</text
></g
><g fill="white" text-rendering="geometricPrecision" font-size="9px" font-family="sans-serif" stroke="white"
><path d="M160.6237 74.1641 C159.2888 74.1641 158.2067 75.2462 158.2067 76.581 L158.2067 81.415 C158.2067 82.7499 159.2888 83.832 160.6237 83.832 L165.071 83.832 C166.4058 83.832 167.488 82.7499 167.488 81.415 L167.488 76.581 C167.488 75.2462 166.4058 74.1641 165.071 74.1641 Z" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><text x="0" y="9" transform="translate(157.8473,72.9277)" clip-path="url(#17990661566-clipPath1)" fill="rgb(0,153,0)" stroke="none" xml:space="preserve"
>Cl</text
></g
><g font-style="italic" text-rendering="geometricPrecision" font-size="10px" font-family="sans-serif" transform="matrix(0.8676,0,-0,0.8676,14.2905,6.3126)"
><text x="107.9557" xml:space="preserve" y="57.6877" clip-path="url(#1799066145-clipPath1)" stroke="none"
>h</text
><text font-style="normal" x="114.2936" xml:space="preserve" y="57.6877" clip-path="url(#1799066145-clipPath1)" stroke="none"
>&#65533;</text
></g
><g stroke-linecap="butt" stroke-width="0.9859" text-rendering="geometricPrecision"
><path d="M126.3599 62.8055 L116.8949 59.6505 L116.8949 65.9605" stroke="none" clip-path="url(#1799066176-clipPath1)"
/><path fill="none" d="M126.3599 62.8055 L116.8949 59.6505 L116.8949 65.9605 L126.3599 62.8055 Z" clip-path="url(#1799066176-clipPath1)"
/><line y2="62.8055" fill="none" x1="100.7255" clip-path="url(#1799066176-clipPath1)" x2="116.8949" y1="62.8055"
/></g
><g fill="rgb(0,153,0)" text-rendering="geometricPrecision" stroke="rgb(0,153,0)"
><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="7" cy="35" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="7" cy="39" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="37" cy="69" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="41" cy="69" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="71" cy="39" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="71" cy="35" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="41" cy="6" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="37" cy="6" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="219" cy="26" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="215" cy="26" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="176" cy="26" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="173" cy="26" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="143" cy="55" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="143" cy="59" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="157" cy="84" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="160" cy="86" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="17" cy="30" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="13" cy="30" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="13" cy="45" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="17" cy="45" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="46" cy="64" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="46" cy="60" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="32" cy="60" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="32" cy="64" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="65" cy="30" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="61" cy="30" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="61" cy="45" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="65" cy="45" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="46" cy="15" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="46" cy="11" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="32" cy="11" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="32" cy="15" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="224" cy="35" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="224" cy="31" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="209" cy="31" stroke="none"
/><circle fill="rgb(102,51,51)" r="1" clip-path="url(#1799066176-clipPath1)" cx="209" cy="35" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="182" cy="35" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="182" cy="31" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="167" cy="31" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="167" cy="35" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="152" cy="50" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="148" cy="50" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="148" cy="65" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="152" cy="65" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="168" cy="84" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="170" cy="80" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="157" cy="73" stroke="none"
/><circle r="1" clip-path="url(#1799066176-clipPath1)" cx="155" cy="76" stroke="none"
/></g
></g
></svg
>

User 870ab5b546

06-06-2016 20:29:15

I wanted to check in on this problem again. It's pretty serious that the image generator cannot properly render Greek letters that were entered in a textbox in MarvinSketch.

ChemAxon cfb2ce1d3d

04-07-2016 08:45:08










bobgr wrote:

I wanted to check in on this problem again. It's pretty serious that the image generator cannot properly render Greek letters that were entered in a textbox in MarvinSketch.




Hi Bob,


My apologies for not being able to get back to this report much earlier.


I confirm that there exists a problem with greek letter handling (probably unicode in general) during SVG export. As other formats have no problem whatsoever the culprit is likely the 3rd party library we use. I'll try to dig into that.


Kind regards


Zsolt

ChemAxon 5693b0ec15

02-08-2016 08:55:56

Dear Bob,


we are happy to inform you that the issue has been fixed, and will be available with
this week's release.


Best regards,


Nikolett Mihala