diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-20 10:53:47 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-20 10:53:47 +0000 |
commit | 474e2d6ac034801c79b9345e8ad4c6e2747e4a0c (patch) | |
tree | ea710f4fe0c8441b91389965a6c248f58c2d92c1 /html | |
parent | eee05786bb7a45ca2fff012cbe1a2e8fde1c1a02 (diff) | |
download | git-deps-474e2d6ac034801c79b9345e8ad4c6e2747e4a0c.tar.gz |
shrink arrow head a bit
Diffstat (limited to 'html')
-rw-r--r-- | html/js/git-deps-graph.coffee | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/js/git-deps-graph.coffee b/html/js/git-deps-graph.coffee index 4bccfeb..b852ff0 100644 --- a/html/js/git-deps-graph.coffee +++ b/html/js/git-deps-graph.coffee @@ -346,8 +346,8 @@ svg_defs = () -> .attr("id", "end-arrow") .attr("viewBox", "0 -5 10 10") .attr("refX", 6) - .attr("markerWidth", 8) - .attr("markerHeight", 8) + .attr("markerWidth", 6) + .attr("markerHeight", 6) .attr("orient", "auto") .append("svg:path") .attr("d", "M0,-5L10,0L0,5") |