[webkit-changes] cvs commit: LayoutTests/svg/custom rounded-rects-expected.checksum rounded-rects-expected.png rounded-rects-expected.txt rounded-rects.svg

Eric eseidel at opensource.apple.com
Thu Dec 29 23:33:03 PST 2005


eseidel     05/12/29 23:33:03

  Modified:    .        ChangeLog
  Added:       svg/custom rounded-rects-expected.checksum
                        rounded-rects-expected.png
                        rounded-rects-expected.txt rounded-rects.svg
  Log:
  Bug #: 6157
  Submitted by: rob buis
  Reviewed by: eseidel
          WebCore+SVG has some problems with rounded rectangles
          http://bugzilla.opendarwin.org/show_bug.cgi?id=6157
  
          * svg/custom/rounded-rects-expected.checksum: Added.
          * svg/custom/rounded-rects-expected.png: Added.
          * svg/custom/rounded-rects-expected.txt: Added.
          * svg/custom/rounded-rects.svg: Added.
  
  Revision  Changes    Path
  1.202     +12 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.201
  retrieving revision 1.202
  diff -u -r1.201 -r1.202
  --- ChangeLog	30 Dec 2005 06:46:56 -0000	1.201
  +++ ChangeLog	30 Dec 2005 07:33:02 -0000	1.202
  @@ -1,3 +1,15 @@
  +2005-12-30  Rob Buis  <rwlbuis at xs4all.nl>
  +
  +        Reviewed by eseidel.
  +
  +        WebCore+SVG has some problems with rounded rectangles
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=6157
  +
  +        * svg/custom/rounded-rects-expected.checksum: Added.
  +        * svg/custom/rounded-rects-expected.png: Added.
  +        * svg/custom/rounded-rects-expected.txt: Added.
  +        * svg/custom/rounded-rects.svg: Added.
  +
   2005-12-29  Graham Dennis  <Graham.Dennis at gmail.com>
   
           Reviewed and refined by Darin.
  
  
  
  1.1                  LayoutTests/svg/custom/rounded-rects-expected.checksum
  
  Index: rounded-rects-expected.checksum
  ===================================================================
  9fd13c851e422b4ef339d3263636aa9c
  
  
  1.1                  LayoutTests/svg/custom/rounded-rects-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/svg/custom/rounded-rects-expected.txt
  
  Index: rounded-rects-expected.txt
  ===================================================================
  layer at (0,0) size 800x600
    RenderCanvas at (0,0) size 800x600
      KCanvasContainer {svg} at (50,50) size 400x400
        KCanvasItem {rect} at (50,50) size 400x400 [fill={[type=SOLID] [color=#00FF00]}] [data="M100.00,50.00C72.40,50.00,50.00,72.40,50.00,100.00L50.00,400.00C50.00,427.60,72.40,450.00,100.00,450.00L400.00,450.00C427.60,450.00,450.00,427.60,450.00,400.00L450.00,100.00C450.00,72.40,427.60,50.00,400.00,50.00L100.00,50.00"]
        KCanvasItem {rect} at (150,100) size 200x300 [fill={[type=SOLID] [color=#0000FF]}] [data="M185.00,100.00C165.68,100.00,150.00,167.20,150.00,250.00C150.00,332.80,165.68,400.00,185.00,400.00L315.00,400.00C334.32,400.00,350.00,332.80,350.00,250.00C350.00,167.20,334.32,100.00,315.00,100.00L185.00,100.00"]
  
  
  
  1.1                  LayoutTests/svg/custom/rounded-rects.svg
  
  Index: rounded-rects.svg
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <svg
     xmlns:svg="http://www.w3.org/2000/svg"
     xmlns="http://www.w3.org/2000/svg"
     version="1.0"
     width="500"
     height="500">
    <rect
       width="400"
       height="400"
       ry="50"
       x="50"
       y="50"
       style="fill:#00ff00;fill-opacity:1;stroke:none"
       id="rectWithNoRx" />
    <rect
       width="200"
       height="300"
       rx="35"
       ry="150"
       x="150"
       y="100"
       style="fill:#0000ff;fill-opacity:1;stroke:none"
       id="rectAsym" />
  </svg>
  
  
  



More information about the webkit-changes mailing list