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

Unified Diff: LayoutTests/css3/masking/resources/circle.svg

Issue 23947005: Implement CSS luminance masking using skia SkLumaMaskXfermode class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
Index: LayoutTests/css3/masking/resources/circle.svg
diff --git a/LayoutTests/css3/masking/resources/circle.svg b/LayoutTests/css3/masking/resources/circle.svg
new file mode 100644
index 0000000000000000000000000000000000000000..aabab3d2feac1b66cec3c9ca21587dff4821434a
--- /dev/null
+++ b/LayoutTests/css3/masking/resources/circle.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="360" height="288">
+ <rect width="360" height="288" style="fill:rgb(0,0,0)" />
+ <circle cx="180" cy="144" r="80" style="fill:rgb(255,255,255)" />
+</svg>
+
« no previous file with comments | « LayoutTests/css3/masking/mask-luminance-svg-expected.html ('k') | LayoutTests/css3/masking/resources/circle-alpha.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698