Up until last week everything was working fine. I don't know what changed
The problem is that it does it on all pipes in every view.
has anyone ever had a similar problem?
Thanks a lot:
If I understand what you're showing in the screenshot, you have separate SVGs for individual pipes.
I think victor is right about what's happening if that's the case.
SVGs won't necessarily stretch the same unless they are all in the same view scale. You can layer SVG on top of each other if the viewbox for all of them is the same size but generally you want to have all of the drawn objects in the same viewbox.
That said, I don't prefer using svgs for pipes in Ignition 8.1.x. The drawing tools in 8.3 may change my opinion on that but I feel like it creates a lot of extra effort in managing things to use SVGs for pipes because the view boxes will stretch and the drawing will float around.
If you slightly change the size of the browser in either or both axes (horizontally and/or vertically), does it fix the alignment? If so, you're seeing the issue I raised a bug for in the post Victor linked