Hacker News new | ask | show | jobs
by Someone 825 days ago
> Makes total sense to make cursors SVG

  s/SVG/a vector format/
I would think hard before supporting full SVG, as it opens a can of worms. https://www.w3.org/TR/SVG11/script.html#ScriptElement: “A ‘script’ element is equivalent to the ‘script’ element in HTML and thus is the place for scripts (e.g., ECMAScript)”
1 comments

Most SVG renderers implement a subset of SVG, and that is just fine.