You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
notes within the <text> tag of an SVG element is shown on MouseOver
references within SVG elements ("xlink" namespace) work as Hyperlink on MouseClick
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.
The text was updated successfully, but these errors were encountered:
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):
<text>
tag of an SVG element is shown onMouseOver
Hyperlink
onMouseClick
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 theMouseOver
nor theMouseClick
feature of SVG within the browser.Would it be possible to activate / provide these features on presentations created with
impress.js
?Thanks.
The text was updated successfully, but these errors were encountered: