Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/svg/attribute/baseprofile/index.md
6567 views
---
title: baseProfile slug: Web/SVG/Attribute/baseProfile page-type: svg-attribute tags: - Deprecated - SVG - SVG Attribute spec-urls: https://www.w3.org/TR/SVG11/struct.html#SVGElementBaseProfileAttribute
---

{{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

<svg width="120" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"> ... </svg>

Specifications

{{Specifications}}