Skip to content

Commit 09cdbd3

Browse files
tabatkinssvgeesus
authored andcommitted
Merge pull request w3c#295 from chrishtr/owners
Add myself as an editor to compositing level 2, and geometry
1 parent ed56cb5 commit 09cdbd3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compositing-2/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Level: 2
1010
Link Defaults: css-color-3 (property) color, svg (property) mask
1111
Deadline: 2014-08-17
1212
Editor: Rik Cabanier, Adobe Systems Inc., cabanier@adobe.com
13-
Editor: Nikos Andronikos, Canon Information Systems Research Australia, Nikos.Andronikos@cisra.canon.com.au
13+
Editor: Chris Harrelson, Google Inc., chrishtr@chromium.org
14+
Former Editor: Nikos Andronikos, Canon Information Systems Research Australia, Nikos.Andronikos@cisra.canon.com.au
1415
Abstract: Compositing describes how shapes of different elements are combined into a single image. There are various possible approaches for compositing. Previous versions of SVG and CSS used <a href="https://www.w3.org/TR/SVG11/masking.html#SimpleAlphaBlending">Simple Alpha Compositing</a>. In this model, each element is rendered into its own buffer and is then merged with its <a>backdrop</a> using the Porter Duff ''source-over'' operator. This specification will define a new compositing model that expands upon the Simple Alpha Compositing model by offering:
1516
Abstract: <ul><li>additional Porter Duff compositing operators</li><li>advanced blending modes which allow control of how colors mix in the areas where shapes overlap</li><li>compositing groups</li></ul>
1617
Abstract: In addition, this specification will define CSS properties for blending and group isolation and the properties of the <a href="https://www.w3.org/TR/2dcontext2/#dom-context-2d-globalcompositeoperation" title="canvas 2d globalcompositeoperation">‘globalcompositeoperation’</a> attribute as defined in [[2DCONTEXT2]].

0 commit comments

Comments
 (0)