blob: f4f5f19dc921f1766a5bc7f55e4875ca7553fde0 [file] [log] [blame]
#include "rive/generated/shapes/paint/feather_base.hpp"
#include "rive/shapes/paint/feather.hpp"
using namespace rive;
Core* FeatherBase::clone() const
{
auto cloned = new Feather();
cloned->copy(*this);
return cloned;
}