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