ajstarks / svgo

Go Language Library for SVG generation
Other
2.14k stars 169 forks source link

How I can manipulate with events? #36

Closed DeadNumbers closed 7 years ago

DeadNumbers commented 7 years ago

Example <svg width="1000px" height="500px" version="1.1" onload="alert('load');" xmlns="http://www.w3.org/2000/svg" />

ajstarks commented 7 years ago

If you mean scripting see:

https://github.com/ajstarks/svgo/blob/master/html5logo/html5logo.go