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

Side by Side Diff: LayoutTests/platform/linux/svg/clip-path/clip-path-pixelation-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 (25,5) size 250x295 4 RenderSVGRoot {svg} at (25,5) size 250x295
5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
6 RenderSVGResourceClipper {clipPath} [id="clip-circle"] [clipPathUnits=obje ctBoundingBox] 6 RenderSVGResourceClipper {clipPath} [id="clip-circle"] [clipPathUnits=obje ctBoundingBox]
7 RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=# 000000]}] [cx=0.25] [cy=0.25] [r=0.25] 7 RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=# 000000]}] [cx=0.25] [cy=0.25] [r=0.25]
8 RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=# 000000]}] [cx=0.75] [cy=0.75] [r=0.25] 8 RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=# 000000]}] [cx=0.75] [cy=0.75] [r=0.25]
9 RenderSVGText {text} at (60,5) size 180x19 contains 1 chunk(s) 9 RenderSVGText {text} at (60,5) size 180x19 contains 1 chunk(s)
10 RenderSVGInlineText {#text} at (0,0) size 180x19 10 RenderSVGInlineText {#text} at (0,0) size 180x19
11 chunk 1 (middle anchor) text run 1 at (60.00,20.00) startOffset 0 endOff set 30 width 180.00: "This should not look pixelated" 11 chunk 1 (middle anchor) text run 1 at (60.00,20.00) startOffset 0 endOff set 30 width 180.00: "This should not look pixelated"
12 RenderSVGRect {rect} at (25,50) size 250x250 [transform={m=((25.00,0.00)(0.0 0,25.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#008000]}] [x=1.00] [y=2.00 ] [width=10.00] [height=10.00] 12 RenderSVGRect {rect} at (25,50) size 250x250 [transform={m=((25.00,0.00)(0.0 0,25.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#008000]}] [x=1.00] [y=2.00 ] [width=10.00] [height=10.00]
13 [clipPath="clip-circle"] RenderSVGResourceClipper {clipPath} at (1,2) size 10x10 13 [clipPath="clip-circle"] RenderSVGResourceClipper {clipPath} at (-4,-3) si ze 20x20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698