dbuenzli / vg

Declarative 2D vector graphics for OCaml
http://erratique.ch/software/vg
ISC License
88 stars 12 forks source link

groups #10

Closed nickbetteridge closed 8 years ago

nickbetteridge commented 8 years ago

Am busy writing an editor at the moment and would like to use Vg for svg management - the doc states that groups are currently not implemented - is this likely to be implemented in the near future? Thanks, Nick

dbuenzli commented 8 years ago

What do you mean by groups ? There's no concept of groups in Vg.

nickbetteridge commented 8 years ago

Something along the lines of SVGGroup

dbuenzli commented 8 years ago

Ah you mean transparency/compositing groups. No, not planned.

nickbetteridge commented 8 years ago

OK, thanks