blob: 9a145b7a4c4b88268749d50dad6cd7611da6a137 [file] [log] [blame]
#include "rive/generated/shapes/paint/trim_path_base.hpp"
#include "rive/shapes/paint/trim_path.hpp"
using namespace rive;
Core* TrimPathBase::clone() const {
auto cloned = new TrimPath();
cloned->copy(*this);
return cloned;
}