Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
ff495d263f5ec29d8986dc16d49f5ed8ea22ca33
/
.
/
src
/
generated
/
shapes
/
paint
/
dash_base.cpp
blob: 81e71acb836f6baf06a6b728022d022275102998 [
file
] [
log
] [
blame
]
#include
"rive/generated/shapes/paint/dash_base.hpp"
#include
"rive/shapes/paint/dash.hpp"
using
namespace
rive
;
Core
*
DashBase
::
clone
()
const
{
auto
cloned
=
new
Dash
();
cloned
->
copy
(*
this
);
return
cloned
;
}