On Monday, 17 October 2011, pl...@pi... wrote:
> Hi,
>
> I have been working with the click on legend feature using svg and it is
> incredibly useful.
>
> I am quickly starting to miss this when working in wxt and find myself
> adding svg creation just so I can flip to svg in firefox instead of wxt.
>
> Wouldn't this be a nice feature to add other interactive terminals like
> wxt? Presumably that would be fairly simple to do.
You are welcome to try :-)
The thing is, languages like svg nest the drawing commands into groups.
You can then do something that operates on the whole group as a unit,
in this case turn it on or off. Very few of the other graphics output
modes work that way. I don't say it would be impossible, but you'd have
to take a very different approach to implement this behaviour.
Ethan
|