manual rebase
diff --git a/src/shapes/paint/linear_gradient.cpp b/src/shapes/paint/linear_gradient.cpp index 3e06259..4b0ef36 100644 --- a/src/shapes/paint/linear_gradient.cpp +++ b/src/shapes/paint/linear_gradient.cpp
@@ -81,6 +81,7 @@ // build up the color and positions lists const double ro = opacity() * renderOpacity(); const auto count = m_Stops.size(); + // TODO: replace these with stack-alloc helpers? ColorInt colors[count]; float stops[count]; for (size_t i = 0; i < count; ++i) {