Ive got a use case for gwt-graphics that doesn't appear to be supported in the current API, and I was wondering how much work it might be to add it.
Basically I want to overlay drawn graphics onto part of a pre-existing image. This needs the follow functionality:
* Shape elements can be composite onto an image element, in various colours and with various opacities (so that the image can seen through them). I think that this is possible today from my understanding of the docs.
* A region of an image needs to be specified as well as it's on-screen size. This doesn't appear to be possible today. However, SVG images support a 'viewbox' attribute so it should be relatively easy to manipulate that under get control. I'm not sure what support VML gives for this though. Is that going to cause a problem?
Anyone know off the top of their head whether these use cases are easily supportable without too much work?
Many thanks
Joe