hergin
2
Some are doable but they are also not very natural and require a good deal of custom coding.
You can technically call JS functions inside SVG. All you need to do is to use the toolbox plugin to create JS functions that are available on the page and call these functions inside your SVG to trigger some workflows. This would make the color changes etc are possible. Hovering is still might be problematic.
Also focus group will not be able to reach the elements inside SVGs even in this way. You should create a hack to give that kind of behavior.
Maybe describe what you need more from the beginning, it might have another solution than what you have with svgs, js, and others.
1 Like