react-design-editor 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -196061,7 +196061,6 @@ var Svg = fabric["fabric"].util.createClass(fabric["fabric"].Group, {
|
|
|
196061
196061
|
loadType = option.loadType,
|
|
196062
196062
|
fill = option.fill,
|
|
196063
196063
|
stroke = option.stroke;
|
|
196064
|
-
console.log(option);
|
|
196065
196064
|
return new Promise(function (resolve) {
|
|
196066
196065
|
if (loadType === 'svg') {
|
|
196067
196066
|
fabric["fabric"].loadSVGFromString(svg, function (objects, options) {
|