lightning-js / renderer

Lightning 3 Renderer
Apache License 2.0
57 stars 23 forks source link

Fixed LinearGradient/RadialGradient effect for DynamicShader #419

Closed jfboeve closed 1 month ago

jfboeve commented 1 month ago

Resolved an issue where the linearGradient didn't return the proper effect key that it need to differentiate between two different linearGradient effects. Since the radialGradient had the same issue I fixed it for that effect too.

Resolves issue #411

wouterlucas commented 1 month ago

gotta love that inline TS stuff 💀