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) git-svn-id: svn://10.0.0.236/trunk@71165 18797224-902f-48f8-a5cc-f745e15eee43
34 lines
411 B
CSS
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;
|
|
}
|
|
|