stewartlord / identicon.js

GitHub-style identicons as PNGs or SVGs in JS
BSD 2-Clause "Simplified" License
1.32k stars 129 forks source link

Canvas or SVG implementation #17

Closed rugk closed 7 years ago

rugk commented 8 years ago

Creating PNG images may not be such an up-to-date implementation. Do you know an implementation, which e.g. uses SVG or HTML5 canvas to show the image?

Or would you always choose this PNG implementation? If so, why?

rugk commented 8 years ago

Or do you have plans to implement this in this lib?

stewartlord commented 8 years ago

SVG would make a lot of sense. It's also quite easy to make SVGs. I like this idea. Do you want to make a PR for it?

rugk commented 8 years ago

No, I have no idea how to do it. This was just a feature suggestion...

stewartlord commented 8 years ago

Ok, well it's a good idea! If I can find the time I would like to do it.

redboul commented 8 years ago

be carefull, it seems there are some SVG issues with IE... sandstorm-io/sandstorm#2268

stewartlord commented 8 years ago

Added a PR for this #18. Only just seeing your comment re: sandstorm-io. After I decided to code it. Heh, figures 😄

stewartlord commented 7 years ago

Implemented in v2.0.0!