yea, im just curious how 3dordi is displaying it so its int…
yea, im just curious how 3dordi is displaying it so its interactive and why its not interactive in treechat
Replies
The critical difference is that SVG files rendered via <img> tags are treated as static images - the browser strips all interactivity (JavaScript, animations, user inputs) for security reasons.
To enable full interactivity, we render SVGs using an <iframe>
More details are in a private message I've sent.