Skip to content

Commit

Permalink
Merge pull request #380 from krizka/master
Browse files Browse the repository at this point in the history
fix 'TheGraph undefined' error when using SVG images
  • Loading branch information
jonnor authored Sep 10, 2018
2 parents cb541be + 090307f commit bdf9f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion the-graph/factories.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports.createPolygon = function(options) {
};

exports.createImg = function(options) {
return TheGraph.SVGImage(options);
return SVGImage(options);
};

exports.createCanvas = function(options) {
Expand Down

0 comments on commit bdf9f80

Please sign in to comment.