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