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

Side by Side Diff: LayoutTests/svg/clip-path/clip-path-multiple-children.svg

Issue 669703002: Add test for clip-rule and several path element children. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: try ImageOnlyFailure Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 100">
2 <defs>
3 <clipPath id="diff-path">
4 <path d="M17.19,7.349 C18.753,7.349 20.019,8.626 20.019,10.202 C20.019,11. 777 18.752,13.056 17.19,13.056 C15.628,13.056 14.361,11.778 14.361,10.202 C14.36 1,8.625 15.627,7.349 17.19,7.349 L17.19,7.349 L17.19,7.349 Z" />
5 <path d="M0.19,10.201 C0.19,10.201 6.833,20.152 17.19,20.152 C27.547,20.15 2 34.19,10.201 34.19,10.201 C34.19,10.201 27.414,0.249 17.19,0.249 C6.966,0.249 0.19,10.201 0.19,10.201 L0.19,10.201 Z M10.125,10.201 C10.125,6.269 13.288,3.082 17.19,3.082 C21.091,3.082 24.254,6.269 24.254,10.201 C24.254,14.132 21.091,17.3 2 17.19,17.32 C13.288,17.32 10.125,14.132 10.125,10.201 L10.125,10.201 Z"></path >
6 </clipPath>
7 <clipPath id="diff-path-evenodd" clip-rule="evenodd">
8 <path d="M17.19,7.349 C18.753,7.349 20.019,8.626 20.019,10.202 C20.019,11. 777 18.752,13.056 17.19,13.056 C15.628,13.056 14.361,11.778 14.361,10.202 C14.36 1,8.625 15.627,7.349 17.19,7.349 L17.19,7.349 L17.19,7.349 Z" />
9 <path d="M0.19,10.201 C0.19,10.201 6.833,20.152 17.19,20.152 C27.547,20.15 2 34.19,10.201 34.19,10.201 C34.19,10.201 27.414,0.249 17.19,0.249 C6.966,0.249 0.19,10.201 0.19,10.201 L0.19,10.201 Z M10.125,10.201 C10.125,6.269 13.288,3.082 17.19,3.082 C21.091,3.082 24.254,6.269 24.254,10.201 C24.254,14.132 21.091,17.3 2 17.19,17.32 C13.288,17.32 10.125,14.132 10.125,10.201 L10.125,10.201 Z"></path >
10 </clipPath>
11 <clipPath id="diff-path-nonzero" clip-rule="nonzero">
12 <path d="M17.19,7.349 C18.753,7.349 20.019,8.626 20.019,10.202 C20.019,11. 777 18.752,13.056 17.19,13.056 C15.628,13.056 14.361,11.778 14.361,10.202 C14.36 1,8.625 15.627,7.349 17.19,7.349 L17.19,7.349 L17.19,7.349 Z" />
13 <path d="M0.19,10.201 C0.19,10.201 6.833,20.152 17.19,20.152 C27.547,20.15 2 34.19,10.201 34.19,10.201 C34.19,10.201 27.414,0.249 17.19,0.249 C6.966,0.249 0.19,10.201 0.19,10.201 L0.19,10.201 Z M10.125,10.201 C10.125,6.269 13.288,3.082 17.19,3.082 C21.091,3.082 24.254,6.269 24.254,10.201 C24.254,14.132 21.091,17.3 2 17.19,17.32 C13.288,17.32 10.125,14.132 10.125,10.201 L10.125,10.201 Z"></path >
14 </clipPath>
15 </defs>
16 <rect width="100" height="100" clip-path="url(#diff-path)"/>
17 <rect transform="translate(50,0)" width="100" height="100" clip-path="url(#d iff-path-evenodd)"/>
18 <rect transform="translate(100,0)" width="100" height="100" clip-path="url(# diff-path-nonzero)"/>
19 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/clip-path/clip-path-multiple-children-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698