Hi Thomas,

> As I think I mentioned earlier you can modify
> JSVGComponent.calculateViewingTransform (perhaps to > always return the
> identity transform).  

I have changed calculateViewingTransform with identity transform like
following code.

 protected AffineTransform calculateViewingTransform
        (String fragIdent, SVGSVGElement svgElt) {
        return new AffineTransform();
    }

Thanks thomas, after changed to identity transform, its working fine.

Thanks,
Sudhakar

-- 
View this message in context: 
http://www.nabble.com/Mismatch-in-Scale-value-tf1893554.html#a5287566
Sent from the Batik - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to