layout/svg/tests/svg.css

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.)

     2 polygon {
     3   color: black;
     4 }
     6 polygon[id="grid"] {
     7   color: black;
     8 }
    10 polygon[id="bar1"] {
    11   color: green;
    12 }
    14 polygon[id="rect"] {
    15   color: blue;
    16 }
    18 polygon[id="bg"] {
    19   color: #DDDDDD;
    20 }
    22 polygon[id="bar21"], polygon[id="bar22"], polygon[id="bar23"] {
    23   color: #6F00DD;
    24 }
    26 polygon[id="bargrid21"], polygon[id="bargrid22"], polygon[id="bargrid23"] {
    27   color: black;
    28 }
    30 polygon[id="poly"] {
    31   color: #c0d0f0;
    32 }

mercurial