The CSS Working Group and the SVG Working Group have published a Working Draft of Filter Effects Module Level 1.
Filter effects are a way of processing an element’s rendering before it
is displayed in the document. Typically, rendering an element via CSS
or SVG can conceptually be described as if the element, including its
children, are drawn into a buffer (such as a raster image) and then that
buffer is composited into the elements parent. Filters apply an effect
before the compositing stage. Examples of such effects are blurring,
changing color intensity and warping the image. Although originally
designed for use in SVG, filter effects are a set of operations to apply
on an image buffer and therefore can be applied to nearly any
presentational environment, including CSS. They are triggered by a style
instruction (the filter property). This specification describes filters
in a manner that allows them to be used in content styled by CSS, such
as HTML and SVG. It also defines a CSS property value function that
produces a CSS value. Learn more about the Style Activity and the Graphics Activity.
No comments:
Post a Comment