Skip to content

Commit

Permalink
Update followpatheffect.cpp
Browse files Browse the repository at this point in the history
Fix SVG export.

Ref: #173 #347
  • Loading branch information
rodlie committed Nov 27, 2024
1 parent ae6b430 commit 619c0b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/TransformEffects/followpatheffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,11 @@ QDomElement FollowPathEffect::saveFollowPathSVG(SvgExporter &exp,
QDomElement &childElement,
QDomElement &parentElement) const
{
Q_UNUSED(childElement)
const auto target = targetProperty()->getTarget();
if (!target) { return parentElement; }
mComplete->saveQrealSVG(exp,
childElement,
parentElement,
visRange,
"transform",
1.,
Expand Down

0 comments on commit 619c0b6

Please sign in to comment.