Glavin001 / atom-preview

:construction: (NO LONGER MAINTAINED) :construction: - :eyeglasses: Ultimate previewer of source code in Atom.
https://atom.io/packages/preview
MIT License
51 stars 23 forks source link

Add SVG support #128

Open ZebraFlesh opened 8 years ago

ZebraFlesh commented 8 years ago

This is hardly the "ultimate previewer of source code" if it doesn't have SVG support. Either that or change the tag line so people aren't mislead.

Glavin001 commented 8 years ago

I agree, SVG support would be great! Please submit a Pull Request for such a feature, I would be happy to review and merge it.

The applicable file to change is https://github.com/Glavin001/atom-preview/blob/master/lib/renderer.coffee#L44 and you could take a look at https://github.com/josa42/atom-svg-preview to see how another package does it.