Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
ed9bfa392cde7d68182c335224bdf42a62f76bd9
/
.
/
src
/
generated
/
shapes
/
paint
/
stroke_base.cpp
blob: aa0510365a4aa0166301e850bc3f55769dc05bdf [
file
]
#include
"generated/shapes/paint/stroke_base.hpp"
#include
"shapes/paint/stroke.hpp"
using
namespace
rive
;
Core
*
StrokeBase
::
clone
()
const
{
auto
cloned
=
new
Stroke
();
cloned
->
copy
(*
this
);
return
cloned
;
}