Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
f3eb6d00791671550846ae6e2382a36782fb366c
/
.
/
src
/
generated
/
shapes
/
paint
/
fill_base.cpp
blob: 31d0627b44c07ae4ef1e1ccc22490504cb9eb3c9 [
file
]
#include
"rive/generated/shapes/paint/fill_base.hpp"
#include
"rive/shapes/paint/fill.hpp"
using
namespace
rive
;
Core
*
FillBase
::
clone
()
const
{
auto
cloned
=
new
Fill
();
cloned
->
copy
(*
this
);
return
cloned
;
}