1 <svg width="300" height="200"> <!-- note: no namespace, but sent as image/svg+xml -->
2 <desc>There should be no red on this page.</desc>
3 <rect x="10" y="10" width="280" height="180" fill="red"/>
5 <!-- This document is either not SVG, or is SVG but is in error.
6 Section 5.1.1 of SVG 1.1 says:
7 # In all cases, for compliance with the "Namespaces in XML"
8 # Recommendation [XML-NS], an SVG namespace declaration must be
9 # provided so that all SVG elements are identified as belonging
10 # to the SVG namespace.