Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
decf2d683d1affdf0dfe0c5113a87c81a580c8dc
/
.
/
src
/
generated
/
shapes
/
paint
/
feather_base.cpp
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
;
}