ajstarks / svgo

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

style tag #29

Closed iLikeKoffee closed 7 years ago

iLikeKoffee commented 8 years ago

Hello. Is it possible to create such

  <style>
    text {
      fill: red;
    }
  </style>

tag via this library? As far as I understood from the docs, there is no way to do it, so would PR with canvas.CSS(css string) implementation be merged?

Thanks in advance!

ajstarks commented 7 years ago

See: revision 19107c6 and f4dea3d