In the current ThingWorx (v10.0.0) SVG implementation, when attempting to dynamically override the coordinates of a element (x1, y1, x2, y2) via data-binding or the override mechanism, the changes are not visually applied to the SVG.
Although the updated values reach the browser (confirmed via the network tab), the rendered SVG does not reflect these changes. Inspecting the DOM shows that the line element’s coordinate attributes remain unchanged. This indicates that the current runtime code does not correctly apply dynamic updates to coordinate attributes for elements, even though style and other override attributes are applied correctly. This needs to be fixed urgently . Please help