canvas widget operations
hi there,
I am considering implementing a Tk backend for gonum/plot. it seems tcl/tk has a Canvas object that could suit all the operations needed to implement the gonum/plot Canvas interface:
could it be possible to expose more of the tcl/tk canvas commands ?
(well, one would probably have to maintain a graphic context with an affine transform to handle the stack of rotations and what not, but that could probably done w/ this or that)
Edited by Sebastien Binet