Skip to content
  • Matthias Clasen's avatar
    Don't interpolate between keywords · a7e2a9d8
    Matthias Clasen authored
    Transitioning between linear gradients like
    linear-gradient(to top, yellow, green) and
    linear-gradient(to left, yellow, green) was yielding
    nonsensical results, with the gradient line jumping around
    wildly. Fix this by falling back to stupid image interpolation
    for these cases.
    a7e2a9d8