You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing that this cq.color(0,0,0,1) creates a color with undefined for r, g, and b, while wrapping the values in an array cq.color([0,0,0,1]) creates the color correctly. Is this broken, or is #color changing? If so, I can make a PR.
The text was updated successfully, but these errors were encountered:
I'm seeing that this
cq.color(0,0,0,1)
creates a color withundefined
for r, g, and b, while wrapping the values in an arraycq.color([0,0,0,1])
creates the color correctly. Is this broken, or is #color changing? If so, I can make a PR.The text was updated successfully, but these errors were encountered: