layout/reftests/border-radius/curved-stripe-border-ref.svg

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <?xml version="1.0"?>
     2 <svg xmlns="http://www.w3.org/2000/svg"
     3      width="200px" height="200px">
     4 <title>Curved stripe border (SVG)</title>
     5 <style type="text/css">
     6 path { stroke: none; }
     7 </style>
     8 <path
     9  d="M20,60 a60,40 0 0,1 60,-40
    10     h60 a60,40 0 0,1 60,40
    11     v100 a60,40 0 0,1 -60,40
    12     h-60 a60,40 0 0,1 -60,-40 z
    13     M30,160 a50,30 0 0,0 50,30
    14     h60 a50,30 0 0,0 50,-30
    15     v-100 a50,30 0 0,0 -50,-30
    16     h-60 a50,30 0 0,0 -50,30 z"/>
    17 <path
    18  d="M40,60 a40,20 0 0,1 40,-20
    19     h60 a40,20 0 0,1 40,20
    20     v100 a40,20 0 0,1 -40,20
    21     h-60 a40,20 0 0,1 -40,-20 z
    22     M50,160 a30,10 0 0,0 30,10
    23     h60 a30,10 0 0,0 30,-10
    24     v-100 a30,10 0 0,0 -30,-10
    25     h-60 a30,10 0 0,0 -30,10 z"/>
    26 </svg>

mercurial