SVG/Attribut/operator
Aus SELFHTML-Wiki
Das operator-Attribut verdünnt (erode) oder verdickt (dilate) die Grafik.
- Erlaubte Werte
erode, dilate
- Standardwert
erode
- anwendbar auf
- Präsentationsattribut
nein
- mit CSS animierbar
nein
Beispiel
<filter id="Erode3">
<feMorphology operator="erode"
in="SourceGraphic"
radius="3" />
</filter>
<filter id="Erode6">
<feMorphology operator="erode"
in="SourceGraphic"
radius="6" />
</filter>
<filter id="Dilate3">
<feMorphology operator="dilate"
in="SourceGraphic"
radius="3" />
</filter>
<filter id="Dilate6">
<feMorphology operator="dilate"
in="SourceGraphic"
radius="6" />
</filter>
Siehe auch
Weblinks
- Spezifikation (W3C): Operator Attribute
Liste der SVG-Attribute
- Kernattribute
- Präsentationsattribute
- Animations-Attribute
- Filter-Attribute
- amplitude
- azimuth
- baseFrequency
- bias
- color-interpolation-filters
- diffuseConstant
- divisor
- edgeMode
- elevation
- exponent
- filterUnits
- in
- in2
- intercept
- k1, k2, k3, k4
- kernelMatrix
- limitingConeAngle
- mode
- numOctaves
- offset
- operator
- order
- pointsAtX
- pointsAtY
- pointsAtZ
- preserveAlpha
- primitiveUnits
- result
- scale
- seed
- slope
- specularConstant
- specularExponent
- stdDeviation
- stitchTiles
- surfaceScale
- tableValues
- targetX
- targetY
- type (feTurbulence)
- type (Transfer Funktionsattribut)
- values
- xChannelSelector
- yChannelSelector
- Layout-Attribute
- viewBox-Attribute
- XLink-Attribute
- weitere XML-Attribute