Update HEADER.js

This commit is contained in:
Andrea Bogazzi 2015-07-01 16:25:02 +02:00
parent f2662ae411
commit 49e46f3fd5

View file

@ -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_ */