1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutSVGRoot {svg} at (0,0) size 666x214
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceLinearGradient {linearGradient} [id="myGradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(0,1)]
LayoutSVGGradientStop {stop} [offset=0.00] [color=#00CC00]
LayoutSVGGradientStop {stop} [offset=1.00] [color=#006600]
LayoutSVGContainer {g} at (0,0) size 101x101
LayoutSVGRect {rect} at (0,0) size 101x101 [stroke={[type=LINEAR-GRADIENT] [id="myGradient"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGRect {rect} at (0,0) size 101x101 [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGContainer {g} at (10,115) size 656x99
LayoutSVGText {text} at (10,115) size 258x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 258x19
chunk 1 text run 1 at (10.00,130.00) startOffset 0 endOffset 40 width 258.00: "The above stroke of rect should be BLUE."
LayoutSVGText {text} at (10,135) size 619x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 619x19
chunk 1 text run 1 at (10.00,150.00) startOffset 0 endOffset 99 width 619.00: "SVG 1.1 FULL says there should be a \"highly perceivable error\" message when an invalid URI is used."
LayoutSVGText {text} at (10,155) size 448x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 448x19
chunk 1 text run 1 at (10.00,170.00) startOffset 0 endOffset 77 width 448.00: "Browsers don't display such an error, instead use some sort of fill-fallback."
LayoutSVGText {text} at (10,175) size 656x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 656x19
chunk 1 text run 1 at (10.00,190.00) startOffset 0 endOffset 59 width 328.00: "If there's an non-existent uri, but no fallback specified, "
chunk 1 text run 1 at (338.00,190.00) startOffset 0 endOffset 57 width 328.00: "the stroke of the object is inherited from parent object."
LayoutSVGText {text} at (10,195) size 529x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 529x19
chunk 1 text run 1 at (10.00,210.00) startOffset 0 endOffset 84 width 529.00: "This has recently been changed in SVG 1.1 2nd edition. Our result matches Opera now."
|