The baseProfile
attribute describes the minimum SVG language profile that the author believes is necessary to correctly render the content. The attribute does not specify any processing restrictions; It can be considered metadata. For example, the value of the attribute could be used by an authoring tool to warn the user when they are modifying the document beyond the scope of the specified base profile.
Each SVG profile should define the text that is appropriate for this attribute. If the attribute is not specified, the effect is as if a value of none
were specified.
Categories | None |
---|---|
Value | none | full| basic| tiny |
Animatable | no |
Normative document | SVG 1.1 (2nd Edition) |
<svg width="120" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"> ... </svg>
The following elements can use the baseProfile
attribute
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/baseProfile