Hi,

I would like to know if there is a way in Batik to zoom some specific
layers. What I mean is, for example, let's say we have two groups(layers):
<g id="layer1">
</g>
<g id="layer2">
</g>

Using Batik's default zooming or creating a new one that listens to
mousewheel, is there a way to tell Batik that it should zoom "layer1" and
not "layer2". Note that both layers are displayed to the users at the same
canvas.

It would have been great if we had an attribute that Batik checks to
determine if this element should be zoomed or not. Ex: <g id="layer1"
zoomable="yes"> or <g id="layer1" class="zoomable"> or something like that.

Thank you in advance,

fireball.



--
View this message in context: 
http://batik.2283329.n4.nabble.com/Zooming-in-specific-layers-tp4655149.html
Sent from the Batik - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org

Reply via email to