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

Side by Side Diff: LayoutTests/platform/linux/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt

Issue 208323007: Fix getBBox() returning (0,0) bug when width or height is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@myzbackup
Patch Set: Created 6 years, 9 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
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderSVGRoot {svg} at (88,80) size 100x100 4 RenderSVGRoot {svg} at (87,79) size 102x102
5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
6 RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0. 00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data="M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z"] 6 RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0. 00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data="M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z"]
7 RenderSVGResourceClipper {clipPath} [id="clipClip2"] [clipPathUnits=userSp aceOnUse] 7 RenderSVGResourceClipper {clipPath} [id="clipClip2"] [clipPathUnits=userSp aceOnUse]
8 RenderSVGContainer {use} at (40,40) size 200x170 8 RenderSVGContainer {use} at (40,40) size 200x170
9 RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00 )(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule =EVEN-ODD] [data="M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z"] 9 RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00 )(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule =EVEN-ODD] [data="M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z"]
10 RenderSVGResourceClipper {clipPath} [id="clipClip"] [clipPathUnits=userSpa ceOnUse] 10 RenderSVGResourceClipper {clipPath} [id="clipClip"] [clipPathUnits=userSpa ceOnUse]
11 RenderSVGEllipse {circle} at (98,90) size 80x80 [fill={[type=SOLID] [col or=#000000]}] [cx=138.00] [cy=130.00] [r=40.00] 11 RenderSVGEllipse {circle} at (97,89) size 82x82 [fill={[type=SOLID] [col or=#000000]}] [cx=138.00] [cy=130.00] [r=40.00]
12 RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOn Use] 12 RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOn Use]
13 RenderSVGEllipse {circle} at (88,80) size 100x100 [fill={[type=SOLID] [c olor=#000000]}] [cx=138.00] [cy=130.00] [r=50.00] 13 RenderSVGEllipse {circle} at (87,79) size 102x102 [fill={[type=SOLID] [c olor=#000000]}] [cx=138.00] [cy=130.00] [r=50.00]
14 RenderSVGRect {rect} at (88,80) size 100x100 [fill={[type=SOLID] [color=#008 000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00] 14 RenderSVGRect {rect} at (87,79) size 102x102 [fill={[type=SOLID] [color=#008 000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
15 [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (88,80) size 100x 100 15 [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (87.50,79.50) siz e 101x101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698