Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
8af05e7a01c33493c0fc6073ba0d70a6dea1c1bb
/
.
/
src
/
generated
/
shapes
/
ellipse_base.cpp
blob: df160bb2e583250b3b93d66f0f5b496e2e248d84 [
file
] [
log
] [
blame
]
#include
"rive/generated/shapes/ellipse_base.hpp"
#include
"rive/shapes/ellipse.hpp"
using
namespace
rive
;
Core
*
EllipseBase
::
clone
()
const
{
auto
cloned
=
new
Ellipse
();
cloned
->
copy
(*
this
);
return
cloned
;
}