yea, im just curious how 3dordi is displaying it so its int…

metamitya ·

yea, im just curious how 3dordi is displaying it so its interactive and why its not interactive in treechat

Replies

J1Pelaez ·

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>

J1Pelaez ·

More details are in a private message I've sent.