- From: Jon Ferraiolo <jon@ferraiolo.com>
- Date: Wed, 6 Nov 2002 19:28:35 -0800
- To: "'Sigurd Lerstad'" <sigler@bredband.no>, <www-svg@w3.org>
You can find the answer to this question at: http://www.w3.org/TR/SVG/render.html#Elements which says: Individual graphics elements are rendered as if each graphics element represented its own group; thus, the effect is as if a temporary separate canvas is created for each graphics element. The element is first painted onto the temporary canvas (see Painting shapes and text and Painting raster images below). Then any filter effects specified for the graphics element are applied to create a modified temporary canvas. The modified temporary canvas is then composited into the background, taking into account any clipping, masking and object opacity settings on the graphics element. Jon Ferraiolo SVG 1.0 Editor Adobe Systems, Inc. > -----Original Message----- > From: www-svg-request@w3.org [mailto:www-svg-request@w3.org] On Behalf Of > Sigurd Lerstad > Sent: Thursday, November 07, 2002 5:05 AM > To: www-svg@w3.org > Subject: which is performed first, filter or mask? > > > Hello, > > On an element that both contains a filter and a mask, which is performed > first? > > Adobe SVGViewer 3.0 seems to perform the filter first and then mask the > result of that > Is this correct? > > I just want to make sure.... > > thanks, > > -- > Sigurd Lerstad >
Received on Wednesday, 6 November 2002 22:33:22 UTC