You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plotkit
Hi,
Is it possible to use transparent fill colors - say I want a
background color to 25% transparent in case there is overlap?
Thanks,
James
James
unread,
Apr 30, 2008, 6:09:17 PM4/30/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plotkit
Answered my own question, add:
context.globalAlpha = .7;
right after line 195 in SweetCanvas.js. You can change the value of
globalAlpha to control the transparency...