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
This function has param $fillColor = null abn when is not passed, image is filled black color! Who said that background color must be black and not white or transparent.
I expect transparent color and other colors only when is passed.
Currently, it falls back to the colour of pixel in corner, which sounds reasonable to me. Your image probably has fully-transparent black pixel. The issue is that it does not preserve the alpha.
This function has param $fillColor = null abn when is not passed, image is filled black color! Who said that background color must be black and not white or transparent.
I expect transparent color and other colors only when is passed.
Something like this:
The text was updated successfully, but these errors were encountered: