diff --git a/SVGRepair.jsx b/SVGRepair.jsx index 453a335..4490f6f 100644 --- a/SVGRepair.jsx +++ b/SVGRepair.jsx @@ -249,6 +249,7 @@ function FixPath(item) { pathItem.setEntirePath(newGeo); for (var i = templateFrames.length-1; i>=0; i--) { var nw = item.parent.textFrames.pathText(pathItem.duplicate(), 0, 0, TextOrientation.HORIZONTAL, templateFrames[i]); + nw.opacity = item.opacity; } item.remove(); } diff --git a/fixtextonpath.jsx b/fixtextonpath.jsx index d3b8ab0..9a152aa 100644 --- a/fixtextonpath.jsx +++ b/fixtextonpath.jsx @@ -77,6 +77,7 @@ function FixPath(item) { pathItem.setEntirePath(newGeo); for (var i = templateFrames.length-1; i>=0; i--) { var nw = item.parent.textFrames.pathText(pathItem.duplicate(), 0, 0, TextOrientation.HORIZONTAL, templateFrames[i]); + nw.opacity = item.opacity; } item.remove(); }