Skip to content

Commit b7d9216

Browse files
Rik Cabaniersvgeesus
authored andcommitted
removed 'destination' canvas compositing operator
1 parent 4780331 commit b7d9216

2 files changed

Lines changed: 179 additions & 327 deletions

File tree

compositing-1/Overview.bs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,9 @@ This module also extends the <a href="http://www.w3.org/TR/2dcontext2/#dom-conte
5454
<h3 id="values">Values</h3>
5555

5656
This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
57-
definition conventions</a> from <a href="#ref-CSS21"
58-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Value types not defined in
59-
this specification are defined in CSS Level 2 Revision 1 <a
60-
href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Other CSS
61-
modules may expand the definitions of these value types: for example <a
62-
href="#CSS3COLOR" rel=biblioentry>[CSS3COLOR]<!--{{CSS3COLOR}}--></a>,
57+
definition conventions</a> from [CSS21]. Value types not defined in
58+
this specification are defined in CSS Level 2 Revision 1 [CSS21]. Other CSS
59+
modules may expand the definitions of these value types: for example [CSS3COLOR],
6360
when combined with this module, expands the definition of the &lt;color>
6461
value type as used in this specification.
6562

@@ -670,7 +667,7 @@ However, the <a href="http://www.w3.org/TR/2dcontext/#clipping-region">clipping
670667

671668
The syntax of the property of <<composite-mode>> is given with:
672669

673-
<pre class="composite"><dfn id="ltcompositegt">&lt;composite-mode></dfn> = <a href="#porterduffcompositingoperators_clear">clear</a> | <a href="#porterduffcompositingoperators_src">copy</a> | <a href="#porterduffcompositingoperators_dst">destination</a> | <a href="#porterduffcompositingoperators_srcover">source-over</a> | <a href="#porterduffcompositingoperators_dstover">destination-over</a> | <a href="#porterduffcompositingoperators_srcin">source-in</a> | <br><a href="#porterduffcompositingoperators_dstin">destination-in</a> | <a href="#porterduffcompositingoperators_srcout">source-out</a> | <a href="#porterduffcompositingoperators_dstout">destination-out</a> | <a href="#porterduffcompositingoperators_srcatop">source-atop</a> | <a href="#porterduffcompositingoperators_dstatop">destination-atop</a> | <a href="#porterduffcompositingoperators_xor">xor</a> | <a href="#porterduffcompositingoperators_plus">lighter</a></pre>
670+
<pre class="composite"><dfn id="ltcompositegt">&lt;composite-mode></dfn> = <a href="#porterduffcompositingoperators_clear">clear</a> | <a href="#porterduffcompositingoperators_src">copy</a> | <a href="#porterduffcompositingoperators_srcover">source-over</a> | <a href="#porterduffcompositingoperators_dstover">destination-over</a> | <a href="#porterduffcompositingoperators_srcin">source-in</a> | <br><a href="#porterduffcompositingoperators_dstin">destination-in</a> | <a href="#porterduffcompositingoperators_srcout">source-out</a> | <a href="#porterduffcompositingoperators_dstout">destination-out</a> | <a href="#porterduffcompositingoperators_srcatop">source-atop</a> | <br><a href="#porterduffcompositingoperators_dstatop">destination-atop</a> | <a href="#porterduffcompositingoperators_xor">xor</a> | <a href="#porterduffcompositingoperators_plus">lighter</a></pre>
674671

675672
<h2 id="whatiscompositing">Introduction to compositing</h2>
676673

0 commit comments

Comments
 (0)