Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
11e9c65e7a4fdf47a94e8d8d3366a1c02b087087
/
.
/
src
/
generated
/
shapes
/
paint
/
dash_path_base.cpp
blob: 8211cad4c44e0ef4be32208bfadfa5efe585b0bb [
file
]
#include
"rive/generated/shapes/paint/dash_path_base.hpp"
#include
"rive/shapes/paint/dash_path.hpp"
using
namespace
rive
;
Core
*
DashPathBase
::
clone
()
const
{
auto
cloned
=
new
DashPath
();
cloned
->
copy
(*
this
);
return
cloned
;
}