Skip to content

Commit 3be5716

Browse files
committed
Add population example.
1 parent 5ba1c2a commit 3be5716

4 files changed

Lines changed: 738 additions & 0 deletions

File tree

examples/population/population.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
svg {
2+
font: 10px sans-serif;
3+
}
4+
5+
text.title {
6+
font: 300 78px Helvetica Neue;
7+
fill: #666;
8+
}
9+
10+
.rule line {
11+
stroke: #fff;
12+
stroke-opacity: .2;
13+
shape-rendering: crispEdges;
14+
}
15+
16+
.rule:first-child line {
17+
stroke: #000;
18+
stroke-opacity: 1;
19+
}
20+
21+
rect {
22+
fill-opacity: .6;
23+
fill: #e377c2;
24+
}
25+
26+
rect:first-child {
27+
fill: #1f77b4;
28+
}

0 commit comments

Comments
 (0)