style
Das style
-Attribut ermöglicht es, ein Element mithilfe von CSS-Deklarationen zu stylen. Es funktioniert identisch wie das style
-Attribut in HTML.
Sie können dieses Attribut mit jedem SVG-Element verwenden.
Beispiel
html
<svg viewBox="0 0 100 60" xmlns="http://www.w3.org/2000/svg">
<rect
width="80"
height="40"
x="10"
y="10"
style="fill: skyblue; stroke: cadetblue; stroke-width: 2;" />
</svg>
Anmerkungen zur Nutzung
Spezifikationen
No specification found
No specification data found for undefined
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.