Re: [SVGMobile12] Comments: Painting

On 20/05/2005, at 2:57 AM, T Rowley wrote:

> 11.14.1
>
> Specification doesn't state how solid-opacity combines or not with  
> fill-opacity/stroke-opacity.
>
> 11.16.3
>
> Specification doesn't state how stop-opacity combines or not with  
> fill-opacity/stroke-opacity.

Thanks. We've clarified this in the specification.

In brief, the values for opacity are independent. This produces the  
effect
of multiplying opacity. For example, the paint produced by solidColor  
includes
the value for solid-opacity. That paint is rendered using the values of
fill-opacity or stroke-opacity (depending on the paint operation). The
render of the paint then uses object/group opacity to draw into the
canvas.

Dean

Received on Tuesday, 1 November 2005 14:42:12 UTC