>>>>> "DE" == David Eisenberg <[EMAIL PROTECTED]> writes:
DE> The serialized SVG document is as follows:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg contentScriptType="text/ecmascript" width="350" zoomAndPan="magnify"
contentStyleType="text/css" height=" 200" preserveAspectRatio="xMidYMid meet"
xmlns="http://www.w3.org/2000/svg"><svg width="350" height="200" viewBox="0 0 350 200">
<defs><path fill="none" id="wind-arrow" d="M 40 40 h 25"
stroke="black"/></defs><g><rect x="
10" y="10" fill="blue" width="30" height="20" stroke="none"/></g><g><circle
fill="red" r="20" y="50" cx="50" s
troke="none"/></g></svg></svg>
You seem to be splitting 'stroke' across a line. This isn't
valid XML. I'm guessing that this is your problem.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]