Closed mheesakkers closed 2 years ago
I hope you don't find these small issues annoying... I came across a minor bug I think. When you give the gradient an angle of TWO_PI the gradient will be opaque (first colorstop).
peasyGradients.linearGradient(gradient, TWO_PI);
Angle == TWO_PI
versus angle == PI
Interesting find... I'll look into it.
I hope you don't find these small issues annoying... I came across a minor bug I think. When you give the gradient an angle of TWO_PI the gradient will be opaque (first colorstop).
Angle == TWO_PI
versus angle == PI