ShukantPal/pixi-essentials

radialGradient dimensions: switched height and width

Closed this issue · 1 comments

x1: radialGradient.cx.baseVal.valueInSpecifiedUnits * paintTexture.height / 100,

Is this correct?
it seems like you switched x and y with the paintTexture width and height in two lines.

Seems so! Feel free to make a PR :)