3/26/2025 1:43 PM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi Steelknight, WinCC Unified does not support animation within SVG graphics. Kind regards |
3/26/2025 5:19 PM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi Steelknight, Believe me, I was aware of the fact that you were using a dynamic SVG. However, in the end it will be an SVG graphic that is additionally processed by the dynamic renderer. But in fact, the graphic will work when running a web-based client, such as for a WinCC Unified PC Runtime or for the web client of a Unified Panel. This is because the main restrictions come from the HMI GUI process of the panel, which does not allow animation. By using it within a dynamic SVG, you bypass the syntax check that is used for a regular SVG and will remove the animation there. However, if you still want to use animation, you should know what you want to animate. The animateMotion element as you use it is used to animate a graphical element along a path. So specifying a path is mandatory. However, this type of animation does not have a from and to attribute. So you may have intended to use another type of animation, such as animate or animateTransform. Kind regards |
Follow us on