SVG/Attribut/intercept

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

Das intercept- Attribut ist ein Transfer Funktionsattribut, das bei type ="linear" den intercept-Wert festlegt.

Erlaubte Werte

Zahl

Standardwert

0

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