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

Side by Side Diff: LayoutTests/svg/custom/gradient-rotated-bbox-expected.txt

Issue 913143006: Move RenderSVGRect to layout/svg (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
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 (3,151) size 546x298 4 RenderSVGRoot {svg} at (3,151) size 546x298
5 LayoutSVGResourceLinearGradient {linearGradient} [id="my_gradient"] [gradien tUnits=objectBoundingBox] [start=(0,0)] [end=(0,1)] 5 LayoutSVGResourceLinearGradient {linearGradient} [id="my_gradient"] [gradien tUnits=objectBoundingBox] [start=(0,0)] [end=(0,1)]
6 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000] 6 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
7 RenderSVGGradientStop {stop} [offset=0.50] [color=#008000] 7 RenderSVGGradientStop {stop} [offset=0.50] [color=#008000]
8 RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF] 8 RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
9 RenderSVGRect {rect} at (251,151) size 298x298 [transform={m=((0.21,0.21)(-0 .21,0.21)) t=(189.39,75.75)}] [fill={[type=LINEAR-GRADIENT] [id="my_gradient"]}] [x=0.00] [y=0.00] [width=400.00] [height=300.00] 9 LayoutSVGRect {rect} at (251,151) size 298x298 [transform={m=((0.21,0.21)(-0 .21,0.21)) t=(189.39,75.75)}] [fill={[type=LINEAR-GRADIENT] [id="my_gradient"]}] [x=0.00] [y=0.00] [width=400.00] [height=300.00]
10 LayoutSVGResourceRadialGradient {radialGradient} [id="my_gradient2"] [gradie ntUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=1.00 ] [focalRadius=0.00] 10 LayoutSVGResourceRadialGradient {radialGradient} [id="my_gradient2"] [gradie ntUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=1.00 ] [focalRadius=0.00]
11 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000] 11 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
12 RenderSVGGradientStop {stop} [offset=0.50] [color=#008000] 12 RenderSVGGradientStop {stop} [offset=0.50] [color=#008000]
13 RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF] 13 RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
14 RenderSVGRect {rect} at (3,210) size 290x180 [transform={m=((0.30,0.00)(0.08 ,0.30)) t=(1.94,105.00)}] [fill={[type=RADIAL-GRADIENT] [id="my_gradient2"]}] [x =0.00] [y=0.00] [width=400.00] [height=300.00] 14 LayoutSVGRect {rect} at (3,210) size 290x180 [transform={m=((0.30,0.00)(0.08 ,0.30)) t=(1.94,105.00)}] [fill={[type=RADIAL-GRADIENT] [id="my_gradient2"]}] [x =0.00] [y=0.00] [width=400.00] [height=300.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698