Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Gtk] Update pixel tests baseline for all tests containing or referen…
…cing SVGs (except WPT) https://bugs.webkit.org/show_bug.cgi?id=210282 Rubber-stamped by Žan Doberšek. This extends the work from webkit.org/b/209136 to have a pixel test baseline for all layout tests, even outside the svg/ directory, that contain or reference SVGs. This is mainly useful for developing webkit.org/b/90738, to ease comparison of the SVG PoC branch with vanilla WebKit. In future we should rather convert more and more tests to reftests instead of relying on pixel tests - which SVG does for many features right now. * platform/gtk/TestExpectations: * platform/gtk/css3/blending/background-blend-mode-image-svg-expected.png: Added. * platform/gtk/css3/blending/background-blend-mode-svg-color-expected.png: Added. * platform/gtk/css3/blending/svg-blend-color-burn-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png. * platform/gtk/css3/blending/svg-blend-color-burn-expected.txt: Added. * platform/gtk/css3/blending/svg-blend-color-dodge-expected.png: Added. * platform/gtk/css3/blending/svg-blend-color-dodge-expected.txt: Added. * platform/gtk/css3/blending/svg-blend-darken-expected.png: Added. * platform/gtk/css3/blending/svg-blend-darken-expected.txt: Added. * platform/gtk/css3/blending/svg-blend-difference-expected.png: Added. * platform/gtk/css3/blending/svg-blend-difference-expected.txt: Added. * platform/gtk/css3/blending/svg-blend-exclusion-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png. * platform/gtk/css3/blending/svg-blend-exclusion-expected.txt: Added. * platform/gtk/css3/blending/svg-blend-hard-light-expected.png: Added. * platform/gtk/css3/blending/svg-blend-lighten-expected.png: Added. * platform/gtk/css3/blending/svg-blend-lighten-expected.txt: Added. * platform/gtk/css3/blending/svg-blend-multiply-alpha-expected.png: * platform/gtk/css3/blending/svg-blend-multiply-expected.png: Added. * platform/gtk/css3/blending/svg-blend-multiply-expected.txt: Added. * platform/gtk/css3/blending/svg-blend-overlay-expected.png: Added. * platform/gtk/css3/blending/svg-blend-overlay-expected.txt: Added. * platform/gtk/css3/blending/svg-blend-screen-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png. * platform/gtk/css3/blending/svg-blend-screen-expected.txt: Added. * platform/gtk/css3/blending/svg-blend-soft-light-expected.png: Added. * platform/gtk/css3/blending/svg-blend-soft-light-expected.txt: Added. * platform/gtk/css3/filters/effect-reference-composite-expected.png: * platform/gtk/css3/filters/effect-reference-composite-hw-expected.png: * platform/gtk/css3/filters/effect-reference-external-expected.png: Added. * platform/gtk/css3/filters/effect-reference-hw-expected.png: * platform/gtk/css3/filters/effect-reference-ordering-expected.png: * platform/gtk/css3/filters/effect-reference-ordering-hw-expected.png: * platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png. * platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20-expected.txt: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-50-expected.png: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-50-expected.txt: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-70-expected.png: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-70-expected.txt: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-expected.png: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-expected.txt: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-70-expected.png: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-70-expected.txt: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-expected.png: Added. * platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-expected.txt: Added. * platform/gtk/css3/shapes/spec-examples/support/rounded-triangle-expected.png: Added. * platform/gtk/css3/shapes/spec-examples/support/rounded-triangle-expected.txt: Added. * platform/gtk/fast/backgrounds/animated-svg-as-mask-expected.png: * platform/gtk/fast/backgrounds/size/contain-and-cover-expected.png: * platform/gtk/fast/backgrounds/size/contain-and-cover-expected.txt: Added. * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added. * platform/gtk/fast/harness/render-tree-as-text-options-expected.png: Added. * platform/gtk/imported/w3c/canvas/2d.fillStyle.parse.svg-1-expected.png: Added. * platform/gtk/imported/w3c/canvas/2d.fillStyle.parse.svg-2-expected.png: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: * platform/gtk/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: * platform/gtk/svg/as-background-image/svg-as-background-4-expected.png: * platform/gtk/svg/as-background-image/svg-as-background-4-expected.txt: Added. * platform/gtk/svg/custom/circular-marker-reference-2-expected.png: * platform/gtk/svg/custom/circular-marker-reference-2-expected.txt: Added. * platform/gtk/svg/custom/glyph-transformation-with-hkern-expected.txt: * platform/gtk/svg/custom/non-circular-marker-reference-expected.png: * platform/gtk/svg/custom/non-circular-marker-reference-expected.txt: Added. * platform/gtk/svg/custom/text-clip-expected.png: * platform/gtk/svg/filters/filter-hidden-content-expected.png: * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.png: * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.png: * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.png: * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: * platform/gtk/svg/text/select-x-list-4-expected.png: * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.png: * platform/gtk/svg/text/selection-tripleclick-expected.png: * platform/gtk/svg/text/text-align-01-b-expected.png: * platform/gtk/svg/text/text-align-02-b-expected.png: * platform/gtk/svg/text/text-align-03-b-expected.png: * platform/gtk/svg/text/text-align-04-b-expected.png: * platform/gtk/svg/text/text-align-05-b-expected.png: * platform/gtk/svg/text/text-align-06-b-expected.png: * platform/gtk/svg/text/text-deco-01-b-expected.png: * platform/gtk/svg/text/text-fonts-01-t-expected.png: * platform/gtk/svg/text/text-fonts-02-t-expected.png: * platform/gtk/svg/text/text-intro-05-t-expected.png: * platform/gtk/svg/text/text-path-01-b-expected.png: * platform/gtk/svg/text/text-spacing-01-b-expected.png: * platform/gtk/svg/text/text-text-01-b-expected.png: * platform/gtk/svg/text/text-text-03-b-expected.png: * platform/gtk/svg/text/text-text-05-t-expected.png: * platform/gtk/svg/text/text-text-07-t-expected.png: * platform/gtk/svg/text/text-text-08-b-expected.png: * platform/gtk/svg/text/text-tref-01-b-expected.png: * platform/gtk/svg/text/text-tselect-01-b-expected.png: * platform/gtk/svg/text/text-tselect-02-f-expected.png: * platform/gtk/svg/text/text-tspan-01-b-expected.png: * platform/gtk/svg/text/text-ws-01-t-expected.png: * platform/gtk/svg/text/text-ws-02-t-expected.png: Canonical link: https://commits.webkit.org/223358@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@260062 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
488 additions
and 14 deletions.
- +112 −0 LayoutTests/ChangeLog
- +5 −1 LayoutTests/platform/gtk/TestExpectations
- BIN LayoutTests/platform/gtk/css3/blending/background-blend-mode-image-svg-expected.png
- BIN LayoutTests/platform/gtk/css3/blending/background-blend-mode-svg-color-expected.png
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-color-burn-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-color-burn-expected.txt
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-color-dodge-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-color-dodge-expected.txt
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-darken-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-darken-expected.txt
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-difference-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-difference-expected.txt
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-exclusion-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-exclusion-expected.txt
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-hard-light-expected.png
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-lighten-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-lighten-expected.txt
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-multiply-alpha-expected.png
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-multiply-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-multiply-expected.txt
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-overlay-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-overlay-expected.txt
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-screen-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-screen-expected.txt
- BIN LayoutTests/platform/gtk/css3/blending/svg-blend-soft-light-expected.png
- +27 −0 LayoutTests/platform/gtk/css3/blending/svg-blend-soft-light-expected.txt
- BIN LayoutTests/platform/gtk/css3/filters/effect-reference-composite-expected.png
- BIN LayoutTests/platform/gtk/css3/filters/effect-reference-composite-hw-expected.png
- BIN LayoutTests/platform/gtk/css3/filters/effect-reference-external-expected.png
- BIN LayoutTests/platform/gtk/css3/filters/effect-reference-hw-expected.png
- BIN LayoutTests/platform/gtk/css3/filters/effect-reference-ordering-expected.png
- BIN LayoutTests/platform/gtk/css3/filters/effect-reference-ordering-hw-expected.png
- BIN ...ts/platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20-expected.png
- +5 −0 ...ts/platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20-expected.txt
- BIN ...ts/platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-50-expected.png
- +5 −0 ...ts/platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-50-expected.txt
- BIN ...ts/platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-70-expected.png
- +5 −0 ...ts/platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-70-expected.txt
- BIN ...Tests/platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-expected.png
- +5 −0 ...Tests/platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-expected.txt
- BIN ...s/platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-70-expected.png
- +5 −0 ...s/platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-70-expected.txt
- BIN ...ests/platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-expected.png
- +5 −0 ...ests/platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-expected.txt
- BIN LayoutTests/platform/gtk/css3/shapes/spec-examples/support/rounded-triangle-expected.png
- +6 −0 LayoutTests/platform/gtk/css3/shapes/spec-examples/support/rounded-triangle-expected.txt
- BIN LayoutTests/platform/gtk/fast/backgrounds/animated-svg-as-mask-expected.png
- BIN LayoutTests/platform/gtk/fast/backgrounds/size/contain-and-cover-expected.png
- +13 −0 LayoutTests/platform/gtk/fast/backgrounds/size/contain-and-cover-expected.txt
- BIN LayoutTests/platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.png
- +13 −0 LayoutTests/platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt
- BIN LayoutTests/platform/gtk/fast/harness/render-tree-as-text-options-expected.png
- BIN LayoutTests/platform/gtk/imported/w3c/canvas/2d.fillStyle.parse.svg-1-expected.png
- BIN LayoutTests/platform/gtk/imported/w3c/canvas/2d.fillStyle.parse.svg-2-expected.png
- +11 −11 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt
- +1 −1 LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt
- BIN LayoutTests/platform/gtk/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png
- BIN LayoutTests/platform/gtk/svg/as-background-image/svg-as-background-4-expected.png
- +8 −0 LayoutTests/platform/gtk/svg/as-background-image/svg-as-background-4-expected.txt
- BIN LayoutTests/platform/gtk/svg/custom/circular-marker-reference-2-expected.png
- +9 −0 LayoutTests/platform/gtk/svg/custom/circular-marker-reference-2-expected.txt
- +1 −1 LayoutTests/platform/gtk/svg/custom/glyph-transformation-with-hkern-expected.txt
- BIN LayoutTests/platform/gtk/svg/custom/non-circular-marker-reference-expected.png
- +9 −0 LayoutTests/platform/gtk/svg/custom/non-circular-marker-reference-expected.txt
- BIN LayoutTests/platform/gtk/svg/custom/text-clip-expected.png
- BIN LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png
- BIN LayoutTests/platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.png
- BIN LayoutTests/platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.png
- BIN LayoutTests/platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.png
- BIN LayoutTests/platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png
- BIN LayoutTests/platform/gtk/svg/text/select-x-list-4-expected.png
- BIN LayoutTests/platform/gtk/svg/text/select-x-list-with-tspans-4-expected.png
- BIN LayoutTests/platform/gtk/svg/text/selection-tripleclick-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-align-01-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-align-02-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-align-03-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-align-04-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-align-05-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-align-06-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-deco-01-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-fonts-01-t-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-fonts-02-t-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-intro-05-t-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-path-01-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-spacing-01-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-text-01-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-text-03-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-text-05-t-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-text-07-t-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-text-08-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-tref-01-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-tselect-01-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-tselect-02-f-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-tspan-01-b-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-ws-01-t-expected.png
- BIN LayoutTests/platform/gtk/svg/text/text-ws-02-t-expected.png
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,27 @@ | ||
layer at (0,0) size 800x600 | ||
RenderView at (0,0) size 800x600 | ||
layer at (0,0) size 800x420 | ||
RenderBlock {HTML} at (0,0) size 800x420 | ||
RenderBody {BODY} at (8,8) size 784x404 | ||
RenderSVGRoot {svg} at (8,8) size 160x160 | ||
RenderSVGHiddenContainer {defs} at (0,0) size 0x0 | ||
RenderSVGContainer {g} at (8,8) size 40x40 | ||
RenderSVGRect {rect} at (8,8) size 10x40 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (18,8) size 10x40 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (28,8) size 10x40 [fill={[type=SOLID] [color=#0000FF]}] [x=20.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (38,8) size 10x40 [fill={[type=SOLID] [color=#7F7F00]}] [x=30.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,8) size 10x10 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00] | ||
RenderSVGContainer {g} at (8,8) size 160x160 [transform={m=((4.00,0.00)(0.00,4.00)) t=(0.00,0.00)}] | ||
RenderSVGContainer {use} at (8,8) size 160x160 | ||
RenderSVGContainer {g} at (8,8) size 160x160 | ||
RenderSVGRect {rect} at (8,8) size 40x160 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (48,8) size 40x160 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (88,8) size 40x160 [fill={[type=SOLID] [color=#0000FF]}] [x=20.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (128,8) size 40x160 [fill={[type=SOLID] [color=#7F7F00]}] [x=30.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGContainer {use} at (8,8) size 160x160 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(40.00,0.00)}] | ||
RenderSVGContainer {g} at (8,8) size 160x160 | ||
RenderSVGRect {rect} at (8,8) size 160x40 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,48) size 160x40 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,88) size 160x40 [fill={[type=SOLID] [color=#0000FF]}] [x=20.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,128) size 160x40 [fill={[type=SOLID] [color=#7F7F00]}] [x=30.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderText {#text} at (0,0) size 0x0 |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,27 @@ | ||
layer at (0,0) size 800x600 | ||
RenderView at (0,0) size 800x600 | ||
layer at (0,0) size 800x420 | ||
RenderBlock {HTML} at (0,0) size 800x420 | ||
RenderBody {BODY} at (8,8) size 784x404 | ||
RenderSVGRoot {svg} at (8,8) size 160x160 | ||
RenderSVGHiddenContainer {defs} at (0,0) size 0x0 | ||
RenderSVGContainer {g} at (8,8) size 40x40 | ||
RenderSVGRect {rect} at (8,8) size 10x40 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (18,8) size 10x40 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (28,8) size 10x40 [fill={[type=SOLID] [color=#0000FF]}] [x=20.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (38,8) size 10x40 [fill={[type=SOLID] [color=#7F7F00]}] [x=30.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,8) size 10x10 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00] | ||
RenderSVGContainer {g} at (8,8) size 160x160 [transform={m=((4.00,0.00)(0.00,4.00)) t=(0.00,0.00)}] | ||
RenderSVGContainer {use} at (8,8) size 160x160 | ||
RenderSVGContainer {g} at (8,8) size 160x160 | ||
RenderSVGRect {rect} at (8,8) size 40x160 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (48,8) size 40x160 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (88,8) size 40x160 [fill={[type=SOLID] [color=#0000FF]}] [x=20.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (128,8) size 40x160 [fill={[type=SOLID] [color=#7F7F00]}] [x=30.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGContainer {use} at (8,8) size 160x160 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(40.00,0.00)}] | ||
RenderSVGContainer {g} at (8,8) size 160x160 | ||
RenderSVGRect {rect} at (8,8) size 160x40 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,48) size 160x40 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,88) size 160x40 [fill={[type=SOLID] [color=#0000FF]}] [x=20.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,128) size 160x40 [fill={[type=SOLID] [color=#7F7F00]}] [x=30.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderText {#text} at (0,0) size 0x0 |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,27 @@ | ||
layer at (0,0) size 800x600 | ||
RenderView at (0,0) size 800x600 | ||
layer at (0,0) size 800x420 | ||
RenderBlock {HTML} at (0,0) size 800x420 | ||
RenderBody {BODY} at (8,8) size 784x404 | ||
RenderSVGRoot {svg} at (8,8) size 160x160 | ||
RenderSVGHiddenContainer {defs} at (0,0) size 0x0 | ||
RenderSVGContainer {g} at (8,8) size 40x40 | ||
RenderSVGRect {rect} at (8,8) size 10x40 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (18,8) size 10x40 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (28,8) size 10x40 [fill={[type=SOLID] [color=#0000FF]}] [x=20.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (38,8) size 10x40 [fill={[type=SOLID] [color=#7F7F00]}] [x=30.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,8) size 10x10 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00] | ||
RenderSVGContainer {g} at (8,8) size 160x160 [transform={m=((4.00,0.00)(0.00,4.00)) t=(0.00,0.00)}] | ||
RenderSVGContainer {use} at (8,8) size 160x160 | ||
RenderSVGContainer {g} at (8,8) size 160x160 | ||
RenderSVGRect {rect} at (8,8) size 40x160 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (48,8) size 40x160 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (88,8) size 40x160 [fill={[type=SOLID] [color=#0000FF]}] [x=20.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (128,8) size 40x160 [fill={[type=SOLID] [color=#7F7F00]}] [x=30.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGContainer {use} at (8,8) size 160x160 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(40.00,0.00)}] | ||
RenderSVGContainer {g} at (8,8) size 160x160 | ||
RenderSVGRect {rect} at (8,8) size 160x40 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,48) size 160x40 [fill={[type=SOLID] [color=#00FF00]}] [x=10.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,88) size 160x40 [fill={[type=SOLID] [color=#0000FF]}] [x=20.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderSVGRect {rect} at (8,128) size 160x40 [fill={[type=SOLID] [color=#7F7F00]}] [x=30.00] [y=0.00] [width=10.00] [height=40.00] | ||
RenderText {#text} at (0,0) size 0x0 |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.