mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-24 07:34:41 +00:00
Merge pull request #2317 from asturur/parsing-id-svg-attri
add ID attribute to svg parsing of elements
This commit is contained in:
commit
5e631678cb
1 changed files with 2 additions and 1 deletions
|
|
@ -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_ */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue