submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / src / shapes / parametric_path.cpp
1 #include "shapes/parametric_path.hpp"
2
3 using namespace rive;
4
5 void ParametricPath::widthChanged() { markPathDirty(); }
6 void ParametricPath::heightChanged() { markPathDirty(); }