MENU
Essential Attributes
<svg> specifies an SVG image......OCDGPS
......id=”<name>”: a unique name of the element
......style=”<style>”: the style information
......class=”<list>”: as a style sheet selector, other processing
......version=”<number>”: the SVG language version
......xml:base=”<iri>”: the base IRI
......xml:lang=”<language>”: the language
......xml:space=”{default|preserve}”: is space preserved?
......baseProfile=”<profile-name>”: the minimum lang. profile
......contentScriptType=”<MIME type>”: the scripting language. The default is “application/ecmascript”
.......externalResourcesRequired=”{true|false}”: whether external resources are needed to render the content. The resources include style sheets, color profiles, and fonts.
......width=”<length>”: the width
......height=”<length>”: the height
......zoomAndPan=”{disable|magnify}”: allows magnification?
......viewBox
......preserveAspectRatio