RESOLVED FIXED 4529
Forgotten memcpy() in CGShading code
https://bugs.webkit.org/show_bug.cgi?id=4529
Summary Forgotten memcpy() in CGShading code
Eric Seidel (no email)
Reported 2005-08-19 09:47:14 PDT
Looks fine to me. You should not have to do any range clamping yourself. Perhaps the bug is in static void cgGradientCallback(void *info, const float *inValues, float *outColor) { ... } else if (!(inValue < stops[stopsCount-1].offset)) { outColor = stops[stopsCount-1].colorArray; // How does this work again !!! } else { }
Attachments
Fixes forgotten memcpy (928 bytes, patch)
2005-08-19 09:51 PDT, Eric Seidel (no email)
darin: review+
Eric Seidel (no email)
Comment 1 2005-08-19 09:51:52 PDT
Created attachment 3470 [details] Fixes forgotten memcpy
Note You need to log in before you can comment on or make changes to this bug.