From a0f1f7514bd90703dff5ed5ce7ab52353864eba1 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 21 May 2014 18:55:47 +0200 Subject: Make arrowhead smaller, change colors --- js/spam.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js') diff --git a/js/spam.js b/js/spam.js index e007b8c..2b70ace 100644 --- a/js/spam.js +++ b/js/spam.js @@ -113,8 +113,6 @@ function initSvg() { // definition for an arrow head. Note: affected by stroke width of the path .append('marker') .attr('id', 'arrow') - .attr('markerWidth', 6) - .attr('markerHeight', 6) .attr('orient', 'auto') // make dimensions relative to this box instead of absolute pixels // NOTE: capital 'B'!!! view *B* ox!!! Spent two hours on that... -- cgit v1.2.1