Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
bf8a2d975d43eda370a2825d8fe704cfd8860f5f
/
.
/
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
;
}