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

SVG: Improve performance #46

Open
coryasilva opened this issue Feb 10, 2020 · 1 comment
Open

SVG: Improve performance #46

coryasilva opened this issue Feb 10, 2020 · 1 comment

Comments

@coryasilva
Copy link
Owner

coryasilva commented Feb 10, 2020

Decide how to improve the svg performance using one of the options below:

  1. Write the icons once and then use <use> this is actually slower
  2. Create a single svg sprite file and move the viewbox around
  3. Try interfacing with the browser's cache API
  4. Other ideas...
@ringoswy
Copy link

Is it possible to display on canvas?
Thanks a lot

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

No branches or pull requests

2 participants