Tagged Questions
1
vote
1answer
53 views
Javascript off-DOM object events and event bubbling
Does anyone know of either a library or a pattern I can use to implement events and event bubbling in a javascript object graph without going through the DOM?
In short, I have an instance of a class ...
4
votes
1answer
196 views
Apply canvas composite to only two operations
I need to draw a pizza with opacity so that it looks "empty", and progressively fill the pizza with the full colored image in a clockwise manner using canvas.
I started out by drawing the "empty" ...
7
votes
4answers
2k views
Implementing a composite pattern using MVC/Backbone.js
My webapp has a composite structure i.e. each Category collection can contain a mixture of individual Items and other Categories as its rows/nodes/children (not sure of the correct terminology here). ...
4
votes
2answers
1k views
Canvas - Fill a rectangle in all areas that are fully transparent
I'm writing a simple 2D game engine using the HTML5 canvas. I've come to adding a lighting engine. Each light source has a radius value and an intensity value (0-1, eg 1 would be very bright). There's ...
0
votes
1answer
87 views
Canvas and globalCompositeOperations
Hey, I have the following code, that gives you the effect of a "mask".
JSFiddle: http://jsfiddle.net/neuroflux/m5Fj2/7/
Basically, I would like a semi-opaque gradient instead of a circle...
I tried ...
147
votes
11answers
125k views
How to clear the canvas for redrawing
After experimenting with composite operations and drawing images on the canvas I'm now trying to remove images and compositing. How do I do this?
I need to clear the canvas for redrawing other ...
1
vote
2answers
635 views
ASP.NET: JavaScript object Component for Composite Control
I have two doubts:
1. I would like to add some client side support for my server composite control but I can't find the correct way to add JavaScript to him.
2. Another feature I would like to have ...