Skip to content

Commit

Permalink
Turn off shape-rendering: crispEdges.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 28, 2011
1 parent ced7b72 commit 99b4f2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions examples/stream/stack.css
Expand Up @@ -2,11 +2,6 @@
font: 10px sans-serif;
}

rect {
shape-rendering: crispEdges;
}

line {
stroke: black;
shape-rendering: crispEdges;
}
2 changes: 1 addition & 1 deletion examples/stream/stack.js
Expand Up @@ -5,7 +5,7 @@ var n = 4, // number of layers

var p = 20,
w = 960,
h = 500 - p,
h = 500 - .5 - p,
mx = m,
my = d3.max(data, function(d) {
return d3.max(d, function(d) {
Expand Down

0 comments on commit 99b4f2e

Please sign in to comment.