Changeset 89735 in webkit


Ignore:
Timestamp:
Jun 25, 2011 12:31:18 AM (13 years ago)
Author:
Nikolas Zimmermann
Message:

2011-06-25 Nikolas Zimmermann <nzimmermann@rim.com>

Not reviewed.

Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts
https://bugs.webkit.org/show_bug.cgi?id=59085

Update a stale Leopard result.

  • platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89733 r89735  
     12011-06-25  Nikolas Zimmermann  <nzimmermann@rim.com>
     2
     3        Not reviewed.
     4
     5        Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts
     6        https://bugs.webkit.org/show_bug.cgi?id=59085
     7
     8        Update a stale Leopard result.
     9
     10        * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt:
     11
    1122011-06-24  Dan Bernstein  <mitz@apple.com>
    213
  • trunk/LayoutTests/platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt

    r78189 r89735  
    2727                chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 41.00: "Hello"
    2828          RenderText {#text} at (0,0) size 0x0
    29     RenderSVGContainer {g} at (16,523) size 379x56
    30       RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
    31         RenderSVGInlineText {#text} at (0,0) size 227x33
    32           chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: "$R"
    33           chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: "e"
    34           chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: "vision: 1"
    35           chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: ".5 $"
     29    RenderSVGContainer {g} at (16,523) size 376x56
     30      RenderSVGText {text} at (10,314) size 225x33 contains 1 chunk(s)
     31        RenderSVGInlineText {#text} at (0,0) size 225x33
     32          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.64: "$R"
     33          chunk 1 text run 2 at (50.26,340.00) startOffset 2 endOffset 3 width 17.68: "e"
     34          chunk 1 text run 3 at (67.46,340.00) startOffset 3 endOffset 12 width 116.64: "vision: 1"
     35          chunk 1 text run 4 at (181.73,340.00) startOffset 12 endOffset 16 width 53.04: ".5 $"
    3636    RenderSVGPath {rect} at (0,0) size 800x600 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
Note: See TracChangeset for help on using the changeset viewer.