Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Unified Diff: LayoutTests/svg/canvas/canvas-draw-image-globalalpha-expected.html

Issue 181633002: Apply .globalAlpha to SVG-images painted using <canvas> drawImage() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/canvas/canvas-draw-image-globalalpha.html ('k') | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/canvas/canvas-draw-image-globalalpha-expected.html
diff --git a/LayoutTests/svg/canvas/canvas-draw-image-globalalpha-expected.html b/LayoutTests/svg/canvas/canvas-draw-image-globalalpha-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2c91c5c6fd1ad974e4daa21a000b13ad65058cda
--- /dev/null
+++ b/LayoutTests/svg/canvas/canvas-draw-image-globalalpha-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<style>
+div {
+ width: 100px;
+ height: 100px;
+ background-color: #008000;
+ opacity: 0.2;
+}
+</style>
+<div></div>
« no previous file with comments | « LayoutTests/svg/canvas/canvas-draw-image-globalalpha.html ('k') | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698