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