kritzel-stencil 0.0.100 → 0.0.101
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/cjs/kritzel-brush-style_18.cjs.entry.js +1 -0
- package/dist/cjs/kritzel-brush-style_18.cjs.entry.js.map +1 -1
- package/dist/collection/classes/objects/selection-group.class.js +1 -0
- package/dist/collection/classes/objects/selection-group.class.js.map +1 -1
- package/dist/components/kritzel-editor.js +1 -1
- package/dist/components/kritzel-engine.js +1 -1
- package/dist/components/{p-DTSi4sxQ.js → p-DxHHax0p.js} +3 -2
- package/dist/components/p-DxHHax0p.js.map +1 -0
- package/dist/esm/kritzel-brush-style_18.entry.js +1 -0
- package/dist/esm/kritzel-brush-style_18.entry.js.map +1 -1
- package/dist/stencil/p-a4dce6ab.entry.js +2 -0
- package/dist/stencil/p-a4dce6ab.entry.js.map +1 -0
- package/dist/stencil/stencil.esm.js +1 -1
- package/package.json +8 -1
- package/dist/components/p-DTSi4sxQ.js.map +0 -1
- package/dist/stencil/p-64b07fba.entry.js +0 -2
- package/dist/stencil/p-64b07fba.entry.js.map +0 -1
|
@@ -4481,6 +4481,7 @@ class KritzelSelectionGroup extends KritzelBaseObject {
|
|
|
4481
4481
|
const sin = Math.sin(angle);
|
|
4482
4482
|
this.objects.forEach(child => {
|
|
4483
4483
|
const unchangedChild = this.getUnchangedObject(child.id);
|
|
4484
|
+
console.log(unchangedChild);
|
|
4484
4485
|
const offsetX = this.getOffsetXToCenter(unchangedChild);
|
|
4485
4486
|
const offsetY = this.getOffsetYToCenter(unchangedChild);
|
|
4486
4487
|
const rotatedX = cos * offsetX - sin * offsetY;
|