jquery.sparkline icon indicating copy to clipboard operation
jquery.sparkline copied to clipboard

Add SVG renderer

Open gwatts opened this issue 12 years ago • 1 comments

SVG is probably the best way to handle high DPI devices instead of using canvas. Add it as a third renderer and use it in preference to VML/canvas where supported.

gwatts avatar Jun 16 '13 00:06 gwatts

+1 but maybe just as a second (or first :) ) option, since there are already libraries that handle VML on the fly: http://stackoverflow.com/questions/18201459/convert-svg-code-to-vml-code

aadrian avatar Dec 27 '14 09:12 aadrian