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
When looking at the source code, it seems that a background is always added.
When looking on how to set a 'transparent' color as background color, I got stuck. It seems the Gray, Rgb and Cmyk do not support transparancy / alpha channel?
The text was updated successfully, but these errors were encountered:
@DASPRiD I have had quite a few users ask about this down stream as well. I looked over #10 and I agree that the background color should be white by default. If I go ahead and make a pull request with the requested change, can we get this merged in?
I guess so. I'd say that we could alternatively offer RGBA as a color (at least for the outputs, which supports it. I'm not sure whether CMYKA would make any sense, would have to think about that.
When looking at the source code, it seems that a background is always added.
When looking on how to set a 'transparent' color as background color, I got stuck. It seems the
Gray
,Rgb
andCmyk
do not support transparancy / alpha channel?The text was updated successfully, but these errors were encountered: