LinkedInAttic / hopscotch

A framework to make it easy for developers to add product tours to their pages.
Apache License 2.0
4.19k stars 664 forks source link

SVGs for sprites? #357

Open davidjb opened 6 years ago

davidjb commented 6 years ago

Are there any plans to convert / use SVGs for the sprites which Hopscotch uses (eg https://github.com/linkedin/hopscotch/tree/master/src/img)? At present, rasterised PNG images for UI results in the images appearing pixellated on high-DPI screens (which are now commonplace) or on any device if a given web page is zoomed in.

SVG support in browsers is commonplace (https://caniuse.com/#search=svg) so perhaps this change could be incorporated into the refactored version.