summaryrefslogtreecommitdiff
path: root/js/spam.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/spam.js')
-rw-r--r--js/spam.js2
1 files changed, 0 insertions, 2 deletions
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...