Skip to content

Commit

Permalink
Fix issue 929
Browse files Browse the repository at this point in the history
git-svn-id: https://svg-edit.googlecode.com/svn/trunk@2069 eee81c28-f429-11dd-99c0-75d572ba1ddd
  • Loading branch information
asyazwan@gmail.com committed Mar 26, 2012
1 parent 29d7013 commit 2b74f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/svgcanvas.js
Expand Up @@ -5041,7 +5041,7 @@ var removeUnusedDefElems = this.removeUnusedDefElems = function() {
}
};

var defelems = $(svgcontent).find("linearGradient, radialGradient, filter, marker, svg, symbol");
var defelems = $(defs).find("linearGradient, radialGradient, filter, marker, svg, symbol");
defelem_ids = [],
i = defelems.length;
while (i--) {
Expand Down

0 comments on commit 2b74f9d

Please sign in to comment.