Tagged Questions
2
votes
1answer
135 views
Processing.js and JavaScript syntax
Is it possible to use Processing.js with JavaScript syntax?
If yes, may you show some examples?
Would it be much faster? I don't know how much time takes precompilation of Java code.
Is it possible ...
0
votes
1answer
131 views
How to tell when an @font-face rule is applied
Is there any way to tell when an @font-face rule is applied? I'm creating @font-face rules that use data: URIs from a font file requested with an synchronous XMLHttpRequest in JavaScript and then ...