Make the oneway markers slightly more opaque

(closes #3060)
This commit is contained in:
Bryan Housel
2017-03-03 21:40:50 -05:00
parent b1b47760ac
commit c72dc2427e
+1 -1
View File
@@ -40,7 +40,7 @@ export function svgDefs(context) {
.attr('d', 'M 5 3 L 0 3 L 0 2 L 5 2 L 5 0 L 10 2.5 L 5 5 z')
.attr('stroke', 'none')
.attr('fill', '#000')
.attr('opacity', '0.5');
.attr('opacity', '0.75');
// patterns
var patterns = defs.selectAll('pattern')