Skip to content

Commit e3ade9c

Browse files
bert-githubsvgeesus
authored andcommitted
Generated. Do not edit!
1 parent 1d22fda commit e3ade9c

1 file changed

Lines changed: 32 additions & 8 deletions

File tree

compositing-1/index.html

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@
219219
text-transform:uppercase;
220220
}
221221
</style>
222-
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
223-
type="text/css">
224222
<link href="style/alternate-spec-style.css" id=st rel=stylesheet
225223
title="alternate spec style" type="text/css">
224+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
225+
type="text/css">
226226

227227
<body>
228228
<div class=head id=div-head> <!--begin-logo-->
@@ -359,6 +359,9 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2>
359359
6 of the W3C Patent Policy</a>.</p>
360360
<!--end-status-->
361361

362+
<p>For changes since the previous draft, see the <a href="#changes">changes
363+
section.</a>
364+
362365
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
363366
<!--begin-toc-->
364367

@@ -577,6 +580,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
577580
<li><a href="#informref"><span class=secno>13.2. </span>Informative
578581
References</a>
579582
</ul>
583+
584+
<li><a href="#changes"><span class=secno>14. </span>Changes</a>
580585
</ul>
581586
<!--end-toc-->
582587
<!-- ****************************************************************************** -->
@@ -1521,12 +1526,13 @@ <h2 id=whatiscompositing><span class=secno>5. </span>Introduction to
15211526

15221527
<p> In the model described in this specification there are two steps to the
15231528
overall compositing operation - <a href="#advancedcompositing">Porter-Duff
1524-
compositing</a> and <a href=blending>blending</a>. Porter Duff compositing
1525-
takes into account the overall shape of the graphic element and its
1526-
opacity, as well as the opacity and shape of the backdrop, and determines
1527-
where the backdrop is visible, where the graphic element is visible and
1528-
where one is visible through the other. The blending step determines how
1529-
the colors from the graphic element and the backdrop interact.
1529+
compositing</a> and <a href="#blending">blending</a>. Porter Duff
1530+
compositing takes into account the overall shape of the graphic element
1531+
and its opacity, as well as the opacity and shape of the backdrop, and
1532+
determines where the backdrop is visible, where the graphic element is
1533+
visible and where one is visible through the other. The blending step
1534+
determines how the colors from the graphic element and the backdrop
1535+
interact.
15301536

15311537
<p> Typically, the blending step is performed first, followed by the
15321538
Porter-Duff compositing step. In the blending step, the resultant color
@@ -2980,3 +2986,21 @@ <h3 id=informref><span class=secno>13.2. </span>Informative References</h3>
29802986
<!---->
29812987
</dl>
29822988
<!--end-informative-->
2989+
2990+
<h2 id=changes><span class=secno>14. </span>Changes</h2>
2991+
2992+
<p>The following changes were made relative to the <a
2993+
href="http://www.w3.org/TR/2013/WD-compositing-1-20130625/">Working Draft
2994+
of 2013-06-25</a>:
2995+
2996+
<ul>
2997+
<li>clipping was removed as one of the operators that creates an isolated
2998+
group in SVG
2999+
3000+
<li>background-blend-mode was changed so it matches repeating behavior of
3001+
other background syntaxes.
3002+
3003+
<li>The mix-composite property was removed
3004+
3005+
<li>all open issues were resolved
3006+
</ul>

0 commit comments

Comments
 (0)