Skip to content

Commit

Permalink
Merge pull request #2317 from asturur/parsing-id-svg-attri
Browse files Browse the repository at this point in the history
add ID attribute to svg parsing of elements
  • Loading branch information
kangax committed Jul 13, 2015
2 parents c7c9d24 + 49e46f3 commit 5e63167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HEADER.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ fabric.SHARED_ATTRIBUTES = [
"opacity",
"stroke", "stroke-dasharray", "stroke-linecap",
"stroke-linejoin", "stroke-miterlimit",
"stroke-opacity", "stroke-width"
"stroke-opacity", "stroke-width",
"id"
];
/* _FROM_SVG_END_ */

Expand Down

0 comments on commit 5e63167

Please sign in to comment.