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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years 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 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 LayoutSVGRoot {svg} at (80,0) size 60x80 4 LayoutSVGRoot {svg} at (0,0) size 800x600
5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 LayoutSVGResourcePattern {pattern} [id="pattern1"] [patternUnits=userSpace OnUse] [patternContentUnits=userSpaceOnUse] 6 LayoutSVGResourcePattern {pattern} [id="pattern1"] [patternUnits=userSpace OnUse] [patternContentUnits=userSpaceOnUse]
7 LayoutSVGRect {rect} at (0,0) size 30x40 [stroke={[type=SOLID] [color=#F F0000]}] [fill={[type=SOLID] [color=#000000]}] [x=0.50] [y=0.50] [width=29.00] [ height=39.00] 7 LayoutSVGRect {rect} at (0.50,0.50) size 29x39 [stroke={[type=SOLID] [co lor=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x=0.50] [y=0.50] [width=29 .00] [height=39.00]
8 LayoutSVGContainer {g} at (5,10) size 20x20 [transform={m=((1.00,0.00)(0 .00,1.00)) t=(0.00,5.00)}] 8 LayoutSVGContainer {g} at (5,5) size 20x20 [transform={m=((1.00,0.00)(0. 00,1.00)) t=(0.00,5.00)}]
9 LayoutSVGEllipse {circle} at (5,10) size 20x20 [fill={[type=SOLID] [co lor=#FFFF00]}] [cx=15.00] [cy=15.00] [r=10.00] 9 LayoutSVGEllipse {circle} at (5,5) size 20x20 [fill={[type=SOLID] [col or=#FFFF00]}] [cx=15.00] [cy=15.00] [r=10.00]
10 LayoutSVGEllipse {circle} at (10,15) size 4x4 [fill={[type=SOLID] [col or=#000000]}] [cx=12.00] [cy=12.00] [r=1.50] 10 LayoutSVGEllipse {circle} at (10.50,10.50) size 3x3 [fill={[type=SOLID ] [color=#000000]}] [cx=12.00] [cy=12.00] [r=1.50]
11 LayoutSVGEllipse {circle} at (15,15) size 4x4 [fill={[type=SOLID] [col or=#000000]}] [cx=17.00] [cy=12.00] [r=1.50] 11 LayoutSVGEllipse {circle} at (15.50,10.50) size 3x3 [fill={[type=SOLID ] [color=#000000]}] [cx=17.00] [cy=12.00] [r=1.50]
12 LayoutSVGPath {path} at (9,23) size 12x7 [stroke={[type=SOLID] [color= #000000] [stroke width=2.00]}] [fill={[type=SOLID] [color=#000000]}] [data="M 10 19 A 8 8 0 0 0 20 19"] 12 LayoutSVGPath {path} at (10,19) size 10x4 [stroke={[type=SOLID] [color =#000000] [stroke width=2.00]}] [fill={[type=SOLID] [color=#000000]}] [data="M 1 0 19 A 8 8 0 0 0 20 19"]
13 LayoutSVGResourcePattern {pattern} [id="pattern2"] [patternUnits=userSpace OnUse] [patternContentUnits=userSpaceOnUse] 13 LayoutSVGResourcePattern {pattern} [id="pattern2"] [patternUnits=userSpace OnUse] [patternContentUnits=userSpaceOnUse]
14 LayoutSVGRect {rect} at (80,0) size 20x80 [fill={[type=PATTERN] [id="pattern 1"]}] [x=80.00] [y=0.00] [width=20.00] [height=80.00] 14 LayoutSVGRect {rect} at (80,0) size 20x80 [fill={[type=PATTERN] [id="pattern 1"]}] [x=80.00] [y=0.00] [width=20.00] [height=80.00]
15 LayoutSVGRect {rect} at (100,0) size 40x80 [fill={[type=PATTERN] [id="patter n2"]}] [x=100.00] [y=0.00] [width=40.00] [height=80.00] 15 LayoutSVGRect {rect} at (100,0) size 40x80 [fill={[type=PATTERN] [id="patter n2"]}] [x=100.00] [y=0.00] [width=40.00] [height=80.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698