SVG/Attribut/slope

Aus SELFHTML-Wiki
< SVG‎ | Attribut
Wechseln zu: Navigation, Suche

Das slope-Attribut ist ein Transfer Funktionsattribut, das bei type ="linear" eine Kurve bestimmt.

Erlaubte Werte

Zahl

Standardwert

1

anwendbar auf
Präsentationsattribut

nein

mit CSS animierbar

ja

Beispiel
  
<filter id="Linear" filterUnits="objectBoundingBox" 
         x="0%" y="0%" width="100%" height="100%">
  <feComponentTransfer>
    <feFuncR type="linear" slope=".5" intercept=".25"/>
    <feFuncG type="linear" slope=".5" intercept="0"/>
    <feFuncB type="linear" slope=".5" intercept=".5"/>
  </feComponentTransfer>
</filter>


Siehe auch

Weblinks