Transparent Canvas in Processing Jar ?
in
Processing with Other Languages
•
4 months ago
Hey,
but this didn't work, too.
I try to export a Processing Jar document with a transparent canvas.
I tried:
/* @pjs transparent=true; */
first but this didn't work,
then I found a sketch:
and tried the first line, too.
parent.document.getElementById( "appletAjaxContainer" ).setAttribute( "style" , "background-color:transparent; border:0px;" );
|
Has anyone an idea how to do that ?
1