Skip to content

Commit

Permalink
Merge 2bced0f into 79ab42b
Browse files Browse the repository at this point in the history
  • Loading branch information
makyo committed Sep 13, 2018
2 parents 79ab42b + 2bced0f commit 6535a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/polycule.js
Expand Up @@ -15,6 +15,7 @@ var svg = d3.select('#panel')
.attr('oncontextmenu', 'return false;')
.attr('width', width)
.attr('height', height)
.append('g')
.attr('transform', 'scale(' + scale + ')');

window.graph.links.forEach(function(link) {
Expand Down

0 comments on commit 6535a36

Please sign in to comment.