About SVG rendering

In Workbench, SVG images are rendered using the Apache Batik library, packaged in the svgBatik module. To keep module size small, only the display features of SVG images are supported, not the interactive features.

How an SVG image is rendered is determined by the program rendering it, in this case, Workbench. The capabilities have been reduced in order to keep the module to a reasonable size for installation on a controller. For this reason, certain features such as embedded Javascript and mouse events are not supported. In other words, the display features of SVG images are supported, but not the interactive features. CSS- and XML-based animations are supported, but Javascript-based animations are not.
Note: Interactive features of SVG images, such as embedded Javascript-based animations, are not supported.