Path: blob/main/files/en-us/web/svg/attribute/baseprofile/index.md
6567 views
------{{SVGRef}}{{Deprecated_Header}}
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.
You can use this attribute with the following SVG elements:
{{SVGElement("svg")}}
Context notes
| Value | Profile name |
|---|---|
| Default value | none |
| Animatable | No |
Example
Specifications
{{Specifications}}