> I saw that. I'm currently using JSVGCanvas because it's really convenient > but as the SVG file I use is not meant to be rendered (it is just > kindof a > description file), I'll try to use something else more > straightforward. If > this is the only way to get a bridgeContext, I'm ok to subclass the > JSVGCanvas for now.
it's the only way to get a BridgeContext if you are using the canvas. Otherwise, you can create your own (see the ImageTranscoder that does all the steps, 1 by 1 from the Document to the BufferedImage). PS: All transformation tricks are for the transcoder parameters and can be ignored probably in your case. Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]