Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
refs/heads/simp-path
/
.
/
src
/
generated
/
shapes
/
rectangle_base.cpp
blob: db0d78f6aa40879c39fc394bfd9186b9c2450305 [
file
] [
log
] [
blame
]
#include
"rive/generated/shapes/rectangle_base.hpp"
#include
"rive/shapes/rectangle.hpp"
using
namespace
rive
;
Core
*
RectangleBase
::
clone
()
const
{
auto
cloned
=
new
Rectangle
();
cloned
->
copy
(*
this
);
return
cloned
;
}