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