with certain SVGs the JSVGCanvas changes the ViewBox-Matrix to fit with the Canvas size, if the Canvas size changes. How could i stop that or how am i able to alter the ViewBox Matrix, because there is no setViewBoxTransform() method. (i am using java)
Hi Mathias,
You need to override the JSVGComponent.updateRenderingTransform method. You will mostly just be stripping out code.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]