Merge pull request #627 from SVG-Edit/issues/623_2

#623 cypress test cases
This commit is contained in:
JFH
2021-08-30 10:42:55 +02:00
committed by GitHub
11 changed files with 2473 additions and 570 deletions

View File

@@ -442,7 +442,7 @@ export const pathActionsMethod = (function () {
const newD = newpath.getAttribute('d');
const origD = path.elem.getAttribute('d');
path.elem.setAttribute('d', origD + newD);
newpath.parentNode.removeChild();
newpath.parentNode.removeChild(newpath);
if (path.matrix) {
pathActionsContext_.recalcRotatedPath();
}