https://issues.apache.org/bugzilla/show_bug.cgi?id=46825





--- Comment #3 from Sébastien Hamel <[email protected]>  2009-03-09 11:36:30 PST 
---
Hi,

The problem is not caused by a missing xlink, the xlink info is in the SVG file
to convert. 

The code to get the problem is the following:

    private static GraphicsNode getRootNode(SVGDocument document) {
        // Build the tree and get the document dimensions
        UserAgentAdapter userAgentAdapter = new UserAgentAdapter();
        BridgeContext bridgeContext = new BridgeContext(userAgentAdapter);
        GVTBuilder builder = new GVTBuilder();

        return builder.build(bridgeContext, document);
    }

The last line cause the problem, it not yet the conversion to png... Sorry for
this wrong information. 

Batik version (or revision if you are working with the development version) :

I used version 1.7 first, but I've been able to reproduce it using 1.8pre (
latest from SVN repository).

Java environment : jdk1.5.0_11


Operating system : Windows XP Pro Version 2002 Sevice Pack 3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to