up-to-date submodule (rive-cpp)
[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(); }
7 void ParametricPath::originXChanged() { markPathDirty(); }
8 void ParametricPath::originYChanged() { markPathDirty(); }