Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tooltips and hyperlinks in SVG images #776

Open
nnako opened this issue Dec 4, 2020 · 1 comment
Open

tooltips and hyperlinks in SVG images #776

nnako opened this issue Dec 4, 2020 · 1 comment

Comments

@nnako
Copy link

nnako commented Dec 4, 2020

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):

  • 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.

@henrikingo
Copy link
Member

Does it help if you remove this line from the CSS?

.impress-enabled #impress-toolbar { pointer-events: auto }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants