Skip to content

Commit

Permalink
#442, fix SVG style
Browse files Browse the repository at this point in the history
  • Loading branch information
shamansir committed Feb 18, 2017
1 parent 137b7bf commit b73fbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ return function(networkRoot, userConfig) {
.attr('height', docElm.property('clientHeight'));
}

var patchCanvas = svg.append(ƒ(style.createCanvas(patch, networkRoot.node())).element)
var patchCanvas = svg.append(ƒ(style.createCanvas(patch, networkRoot.node()).element))
.classed('rpd-style-' + config.style, true)
.classed('rpd-values-' + (config.valuesOnHover ? 'on-hover' : 'always-shown'), true)
.classed('rpd-show-boxes', config.showBoxes);
Expand Down

0 comments on commit b73fbf9

Please sign in to comment.