mural icon indicating copy to clipboard operation
mural copied to clipboard

HTML5 Canvas implementation using C++ and OpenGL

Results 5 mural issues
Sort by recently updated
recently updated
newest added

Currently lineCap and lineJoin properties do not work

bug

It's very easy to create multiple Canvas instances for rendering within browsers, but not possible and useless in a mobile wrapper like Ejecta and CocoonJS. While Mural is designed for...

enhancement

The concept from Ejecta looks like a simple shim but could be quite useful. Think about that it could be the way of setting app window size, position, backgroundColor... Currently...

enhancement

For now the `strokeText` performs the same as `fillText`

bug