Jonatan

Results 11 issues of Jonatan

Sorry about the auto-formatting stuff, I'll fix it if it's too much.

I was skimming the documentation and noticed a few minor typos. Would you accept a pull request that fixed them? Thank you for an incredible library.

Forgive me if this has already been covered, but is there a way of compositing `Image`s efficiently? I'm using this library (thank you again!) to render UI and the frame...

I wonder if it'd be possible to add some kind of `withAnchor` function. For example, if you want to render centred text at a point `p`, you would do `withAnchor...

Forgive me if this is covered by your tutorials, but it seems as though calling the same shader twice inside the same render call results in weird behaviour. I'm trying...

I'm working on an image editor of sorts and am trying to read from a texture. At first, the program would start and then segfault when reaching the code in...

You could strip away the long record field prefixes and not worry about name clashes by using `DuplicateRecordFields`. I've used it in my own code and it works like a...

enhancement

Is there a way of setting the line width?

I've tried running [the demo](http://jsantell.github.io/dancer.js/) a few times now, but I never got past the loading screen. ``` dancer.js:354 Uncaught TypeError: this.context.createJavaScriptNode is not a function dancer.js:321 Uncaught TypeError: Failed...