Bevel join lines

This commit is contained in:
Tom MacWright
2012-11-13 17:57:02 -05:00
parent 2076616063
commit 81df223511
+2
View File
@@ -36,6 +36,7 @@ circle.teaser-point {
.casing {
stroke: #111;
stroke-linecap:round;
stroke-linejoin:bevel;
stroke-width: 3;
}
@@ -48,6 +49,7 @@ circle.teaser-point {
.stroke {
stroke: #555;
stroke-linecap:round;
stroke-linejoin:bevel;
stroke-width: 2;
}