mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-14 00:33:09 +00:00
Update path_group.class.js (#3728)
This commit is contained in:
parent
a5d5dc17d2
commit
23eb9b2cb1
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@
|
|||
var originalPaths = object.paths;
|
||||
delete object.paths;
|
||||
// remove this pattern from 2.0 accepts only object
|
||||
if (typeof orignalPaths === 'string') {
|
||||
if (typeof originalPaths === 'string') {
|
||||
fabric.loadSVGFromURL(originalPaths, function (elements) {
|
||||
var pathUrl = originalPaths;
|
||||
var pathGroup = fabric.util.groupSVGElements(elements, object, pathUrl);
|
||||
|
|
|
|||
Loading…
Reference in a new issue