Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add box and line support to renderer #30

Open
sfoster opened this issue Feb 23, 2012 · 0 comments
Open

Add box and line support to renderer #30

sfoster opened this issue Feb 23, 2012 · 0 comments

Comments

@sfoster
Copy link
Contributor

sfoster commented Feb 23, 2012

The canvasRenderer currently only supports rendering of object with a .sprite property, which is expected to gives us an image to feed into ctx.drawImage().

We need to also support rendering of lines, arcs, shapes etc. We may need some kind of intermediate, slightly more generic render-data format to allow for reasonable implementations for non-canvas renderers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant