HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

type

a

Description

The type attribute for SVG specifies a Multipurpose Internet Mail Extensions (MIME) type string.

Syntax

Value

<string>

Default

(none)

Examples

<string>

animateTransform

Description

The type attribute for SVG specifies the type of transformation which is to have its values change over time.

Syntax

Value

rotate | scale | skewX | skewY | translate

Default

translate

Examples

rotate

scale

skewX

skewY

translate

feColorMatrix

Description

The type attribute for SVG specifies the type of matrix operation.

Syntax

Value

matrix | saturate | hueRotate | luminanceToAlpha

Default

matrix

Examples

hueRotate

luminanceToAlpha

matrix

saturate

feFuncA

Description

The type attribute for SVG specifies the type of component transfer function.

Syntax

Value

identity | table | discrete | linear | gamma

Default

identity

Examples

discrete

gamma

identity

linear

table

feFuncB

Description

The type attribute for SVG specifies the type of component transfer function.

Syntax

Value

identity | table | discrete | linear | gamma

Default

identity

Examples

discrete

gamma

identity

linear

table

feFuncG

Description

The type attribute for SVG specifies the type of component transfer function.

Syntax

Value

identity | table | discrete | linear | gamma

Default

identity

Examples

discrete

gamma

identity

linear

table

feFuncR

Description

The type attribute for SVG specifies the type of component transfer function.

Syntax

Value

identity | table | discrete | linear | gamma

Default

identity

Examples

discrete

gamma

identity

linear

table

feTurbulence

Description

The type attribute for SVG specifies whether the filter primitive should perform a noise or turbulence function.

Syntax

Value

fractalNoise | turbulence

Default

turbulence

Examples

fractalNoise

turbulence

script

Description

The type attribute for SVG specifies the scripting language.

Syntax

Value

<string>

Default

application/ecmascript

Examples

<string>

style

Description

The type attribute for SVG specifies the style sheet language.

Syntax

Value

<string>

Default

text/css

Examples

<string>