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

feMorphology

Description

The feMorphology element for SVG specifies "fattening" or "thinning" of artwork.

Syntax

Attributes

in

Specifies the input for the filter primitive.

If no value is provided and this is the first filter primitive, then this filter primitive will use SourceGraphic as its input. If no value is provided and this is a subsequent filter primitive, then this filter primitive will use the result from the previous filter primitive as its input.

Value
SourceGraphic | SourceAlpha | BackgroundImage | BackgroundAlpha | FillPaint | StrokePaint | <filter-primitive-reference>
Default
SourceGraphic (or result)

operator

Specifies a keyword indicating whether to erode (thin) or dilate (fatten) the source graphic.

Value
erode | dilate
Default
erode

radius

Specifies the radius (or radii) for the operation.

If two numbers are provided, the first number represents a x-radius and the second number represents a y-radius.

Value
<number-optional-number>
Default
0

Examples

in

BackgroundAlpha

BackgroundImage

FillPaint

<filter-primitive-reference>

SourceAlpha

SourceGraphic

StrokePaint

operator

dilate

erode

radius

<number-optional-number>

feBlend

feColorMatrix

feComponentTransfer

feComposite

feConvolveMatrix

feDiffuseLighting

feDisplacementMap

feDistantLight

feDropShadow

feFlood

feFuncA

feFuncB

feFuncG

feFuncR

feGaussianBlur

feImage

feMerge

feMergeMode

feOffset

fePointLight

feSpecularLighting

feSpotLight

feTile

feTurbulence

filter

World Wide Web Consortium (W3C)

HomeMenu