FM2017 & FM2019 Object properties dialog for images does not respect xml attribute
Hi everybody,
I've found a few posts claiming that FM2017 and FM2019 have images issues that FM2015 did not have.
My collegues and I are facing the issues likewise.
Opening an XML file with images defined either by "scale" or e.g. by "width", some images will be "mis-sized".
Consider this <fig> node:
<fig><figspace/><image href="../PathToImage/Image.png" placement="break" scale="24.00" />
<title>Title of the Image</title></fig>The image may be scaled by 24%, but not always.
I tried to pinpoint the issue by inserting this node several time a row.
<fig><figspace/><image href="../PathToImage/Image.png" placement="break" scale="24.00" />
<title>First Insertion</title></fig>
<fig><figspace/><image href="../PathToImage/Image.png" placement="break" scale="24.00" />
<title>Second Insertion</title></fig> No difference between the two nodes, yet, the value for scale in the object properties dialog in FM are different between the two images. (and the scale value in the dialog ist different from the value the scale attribute)s
Changing the scale in the oject properties helps until closing the file. When opened again, the same wrong values are there again.
Any suggestions?
