impress / impress.js

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
http://impress.js.org
MIT License
37.62k stars 6.67k forks source link

tooltips and hyperlinks in SVG images #776

Open nnako opened 3 years ago

nnako commented 3 years ago

Hi,

in my daily routine, I usually export vector graphics diagrams to SVG format. These SVG files generally hold information which is shown in any browser (when directly loaded as a file):

When using impress.js library to display these SVG diagrams, the SVG displays correctly (as any other graphics would do), but it does neither provide the MouseOver nor the MouseClick feature of SVG within the browser.

Would it be possible to activate / provide these features on presentations created with impress.js?

Thanks.

henrikingo commented 3 years ago

Does it help if you remove this line from the CSS? https://github.com/impress/impress.js/blob/d0c427f172453b6306fb88d638df7d1594c476c8/css/impress-common.css#L140