SVG Tutorial
index
|
elemente
das mask-Element
Mögliche Kind-Elemente
desc
|
title
|
metadata
|
defs
|
path
|
text
|
rect
|
circle
|
ellipse
|
line
|
polyline
|
polygon
|
use
|
image
|
svg
|
g
|
view
|
switch
|
a
|
altGlyphDef
|
script
|
style
|
symbol
|
marker
|
clipPath
|
mask
|
linearGradient
|
radialGradient
|
pattern
|
filter
|
cursor
|
font
|
animate
|
set
|
animateMotion
|
animateColor
|
animateTransform
|
color-profile
|
font-face
Attribute
| Name |
Anwendung |
Typ |
Standardwert |
mögliche Werte |
| externalResourcesRequired |
optional |
svg:Boolean
|
false |
- |
| class |
optional |
svg:ClassList
|
- |
- |
| style |
optional |
svg:StyleSheet
|
- |
- |
| maskUnits |
optional |
string |
userSpaceOnUse |
userSpaceOnUse objectBoundingBox
|
| maskContentUnits |
optional |
string |
userSpaceOnUse |
userSpaceOnUse objectBoundingBox
|
| x |
optional |
svg:Coordinate
|
-10% |
- |
| y |
optional |
svg:Coordinate
|
-10% |
- |
| width |
optional |
svg:Length
|
120% |
- |
| height |
optional |
svg:Length
|
120% |
- |
Attribute aus AttributGruppen
Beschreibung im Tutorial
11.2 - Eigenschaften zur Darstellung der Objekte
15.2 - Masking - das mask-Element
|