blob: fb319cac83df0e81d54589c80ea4d21053fa195b [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;
}