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