`rect` is missing namespace in svg-files for image annotations
Created by: GVogeler
In some recently created SVG files in xrx.user/.../metadata.svg the rect
element has an empty namespace:
<rect xmlns="" id="DOZA_Urkunden_12250531_c_r_jpg_zone_08754923490124644" x="215" y="67" width="225" height="270" style="stroke:red;stroke-width:2;fill-opacity:0;" onClick="javascript:jQuery(document).imageTool.showMetadata('DOZA_Urkunden_12250531_c_r_jpg_zone_08754923490124644');"/>
Other elements in the files inherit their namespace from <svg xmlns="http://www.w3.org/2000/svg">
.
This entry is created by the EditMOM3-image annotation application.
At least for consistency reasons it thould be checked if the namespace is exected anywhere.