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