diff options
author | AndrewChadwick <AndrewChadwick@web> | 2015-04-19 17:30:49 -0700 |
---|---|---|
committer | www <iki-www@freedesktop.org> | 2015-04-19 17:30:49 -0700 |
commit | 708e82728a2f9e7c1d79b6722500ade11c173012 (patch) | |
tree | d565a0a6508d23c793d3a7d1aa96982c90c65184 /Specifications | |
parent | 1469941f001149aa7b4c9d400794b558dc8c7b4a (diff) |
Add src-atop, dst-atop as discussed on the CREATE mailing list
Diffstat (limited to 'Specifications')
-rw-r--r-- | Specifications/OpenRaster/Draft/LayersStack.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Specifications/OpenRaster/Draft/LayersStack.mdwn b/Specifications/OpenRaster/Draft/LayersStack.mdwn index d4f06e50..75e14a09 100644 --- a/Specifications/OpenRaster/Draft/LayersStack.mdwn +++ b/Specifications/OpenRaster/Draft/LayersStack.mdwn @@ -1,4 +1,4 @@ -_This page is part of the [[Draft OpenRaster specification|Specifications/OpenRaster/Draft]] at version 0.0.4_ +_This page is part of the [[Draft OpenRaster specification|Specifications/OpenRaster/Draft]] at version 0.0.5_ --- @@ -185,6 +185,17 @@ The operation to use when rendering this stack or layer over its backdrop. The e <td><a href="http://www.w3.org/TR/compositing-1/#porterduffcompositingoperators_dstout">Destination Out</a></td> </tr> +<tr> + <td>svg:src-atop</td> + <td><a href="http://www.w3.org/TR/compositing-1/#blendingnormal">Normal</a></td> + <td><a href="http://www.w3.org/TR/compositing-1/#porterduffcompositingoperators_srcatop">Source Atop</a></td> +</tr> +<tr> + <td>svg:dst-atop</td> + <td><a href="http://www.w3.org/TR/compositing-1/#blendingnormal">Normal</a></td> + <td><a href="http://www.w3.org/TR/compositing-1/#porterduffcompositingoperators_dstatop">Destination Atop</a></td> +</tr> + </table> The default value is `svg:src-over`, which represents simple alpha compositing. |