gecko-dev/layout/svg/tests/svg.css
rods%netscape.com 37dbea65b0 These changes have been sitting in my tree for quite a while.
Without them some web developers could be misled as to
how frames and reflow work for SVG. It isn't right for me to leave
sitting here in my tree so I am checking them in
(plus I don't want to accidently lose them)
2000-05-31 13:58:03 +00:00

34 lines
411 B
CSS

polygon {
color: black;
}
polygon[id="grid"] {
color: black;
}
polygon[id="bar1"] {
color: green;
}
polygon[id="rect"] {
color: blue;
}
polygon[id="bg"] {
color: #DDDDDD;
}
polygon[id="bar21"], polygon[id="bar22"], polygon[id="bar23"] {
color: #6F00DD;
}
polygon[id="bargrid21"], polygon[id="bargrid22"], polygon[id="bargrid23"] {
color: black;
}
polygon[id="poly"] {
color: #c0d0f0;
}