PaintableStatelessDrawable¶
Overview¶
A trait for drawables for Paintable nodes that does not store the fill/stroke state, as it just needs to track dirtyness overall.
Assumes existence of the markPaintDirty method.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Source Code¶
See the source for PaintableStatelessDrawable.js in the scenery repository.