Hi Urs,

Urs Reupke wrote:

Instead of showing the default "image not found"-icon, the SVG-Canvas displays an image just the size I indicated in the referencing tag:

Displays an image of what?

<symbol id="ArrowLeft">
   <image x="0" y="0" width="46" height="46" xlink:href="Arrow_Left.svg"/>
</symbol>

This and similar symbols are referenced throughout my documents in use-tags similar to this one:

<use xlink:href="#ArrowLeft" transform="translate(916 339)"/>

Are you doing anything with 'display' or 'visibility' in your application?

which are children of a hierarchy of group elements.
The only thing of impact (only thing of impact that comes to my mind, that is) during said refactoring was that I switched to the (more reliable) Java ClassLoader.getResource(String)-method instead of manually creating the URL to set as the documents base URL via setURLObject(URL).

What happens if you switch back?


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



Reply via email to