blob: 8ed4953a3687d36b457632a7b13254efe532565b [file] [log] [blame]
#include "metal/metal_render_path.hpp"
using namespace rive;
void MetalRenderPath::fillRule(FillRule value) { m_FillRule = value; }