@threedddplus/logoeditor 0.0.139 → 0.0.141
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.
- package/dist/logoeditor.cjs.development.js +1 -1
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +1 -1
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
@@ -4087,7 +4087,7 @@ var converterSlice = function converterSlice(set, get) {
|
|
4087
4087
|
objImage.forEach(function (ele) {
|
4088
4088
|
var _ele$id;
|
4089
4089
|
ele.set({
|
4090
|
-
strokeWidth:
|
4090
|
+
strokeWidth: 0
|
4091
4091
|
});
|
4092
4092
|
ele.set({
|
4093
4093
|
id: (_ele$id = ele.id) != null ? _ele$id : use3dddPlus.getState().guid()
|