aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-06 18:19:53 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-06 18:19:53 +0000
commitf5fa57466781889860cfd15855ede174478f20a9 (patch)
treec2de9db32bb40ba0798a26f2bb2ffe73722fa780 /html
parent41d45010ab5948f9c37f8fcde77d50c6dcd64fd7 (diff)
downloadgit-deps-f5fa57466781889860cfd15855ede174478f20a9.tar.gz
increase arrow head size
Diffstat (limited to 'html')
-rw-r--r--html/js/git-deps-graph.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/js/git-deps-graph.js b/html/js/git-deps-graph.js
index cd7bcf2..9c94611 100644
--- a/html/js/git-deps-graph.js
+++ b/html/js/git-deps-graph.js
@@ -47,8 +47,8 @@ function draw_graph () {
.attr('id', 'end-arrow')
.attr('viewBox', '0 -5 10 10')
.attr('refX', 6)
- .attr('markerWidth', 3)
- .attr('markerHeight', 3)
+ .attr('markerWidth', 8)
+ .attr('markerHeight', 8)
.attr('orient', 'auto')
.append('svg:path')
.attr('d', 'M0,-5L10,0L0,5')