我想使用用PDE编写的草图作为网页的背景。这可能吗?
我尝试在此css代码中使用sketch.pde文件,但没有快乐:
html {
background: url(sketch.pde) no-repeat center center fixed;
}
更新
我将画布设置为:
<canvas id="twit" data-processing-sources="twit.pde"
height="window.innerHeight-10"
width="window.innerWidth"
tabindex="0"
style="image-rendering">
</canvas>
然后使用-moz-element:
引用.css中的画布{background: -moz-element(#twit) no-repeat;}