Milton Jonathan wrote: > <OnlineResource xlink:type="simple" xlink:href="../svg/myimage.svg"/> work) > - That svg resource was used for a GraphicFill, but even after fixing > the URL, the resulting fill was a plain grey one, ignoring the > GraphicFill altogether
That because you did not set the content type of the image, so the code cannot find a handler to load it. use "image/svg+xml" and it'll be loaded properly Cheers Andrea ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
