blob: bcbc11f2c6bd620d46f3f44ef343bb187b87bf40 [file]
#include "rive/constraints/scale_constraint.hpp"
#include "rive/transform_component.hpp"
#include "rive/math/mat2d.hpp"
#include <cmath>
using namespace rive;
void ScaleConstraint::constrain(TransformComponent* component) {}