Element in HTML code generated from nightly does not move in visualisation
We have generated new HTML-code with the latest nightly, but we are seeing a difference between in the visualisation in 6.0 and nightly, which we cant explain. I have added the generation HTML-code for both versions. The difference occurs when you perform the following:
- Set frequency to 120 Hz
- Press "bedienvorm" in the topleft
- Press "Links"
- Press "Strijkbedrijf"
- Press "yes"
- Press "Schuiven strijken"
In the 6.0 version, both gates can be seen moving up, but the color stays black. In the nightly version, the color does change to yellow (solved by the merge) but the lower gate doesn't move. Transitions are the same.
We use the transform property to move the element:
svgout id "LinkerStoneyOnderSchuifTussenOnder" attr "transform" value fmt("translate(0,%s)", scale(HybridePlant.LinkerStoney.OnderSchuif.positie, 0, 55, 0, -80));
The HTML-code for this line seems to be the same for both versions, so I don't know what has changed which caused this, or how we can modify our model to fix it.