Hi Dylan. Dylan Browne: > I'm getting an error when attempting to export an SVG Document to JPEG (or > other image format). I've included the top of the stack trace below.
I cannot reproduce that, using the 1.6 release and with the SVN code. This is what I tested with: <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> <defs> <circle id="c" cx="50" cy="50" r="50"/> </defs> <use xlink:href="#c" xmlns:xlink="http://www.w3.org/1999/xlink"/> </svg> What version are you using? Thanks, Cameron -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http://mcc.id.au/ JBR: heycam (at) jabber.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
