Hacker News new | ask | show | jobs
by chrisbroadfoot 5639 days ago
Cool. But where's the live demo?

Also - just one snarky comment on JS style:

  if(!!document.createElementNS 
   && !!document.createElementNS('http://www.w3.org/2000/svg, "svg").createSVGRect) {
No need for the bangs!