AS3 Bitmap Drawing Library [Updated]

Version 2.5 is live. I’ve added two new tools.

[LIST]
[]Fill Bucket Tool
[
]Text Tool
[/LIST]
Previous Graffiti Drawing Library features:
[LIST]
[]Line and Shape Tools
[
]Resizable Canvas
[]Event notification of History Level change.
[
]Flood Fill Access
[]Get color at point on Canvas
[
]Various Bug Fixes
[/LIST]
http://www.nocircleno.com/graffiti/

Your undo button is a little glitchy.

I would show the size of the brush to be displayed somewhere as its kind of a guess the first time one uses it.

Can you clarify ‘glitchy’ for me?

I totally agree. The projects on the site are just a simple example of what can be built with the Graffiti library. All the UI around the drawing canvas is up to the developer/designer to implement. There is a method in the Brush Class to return a Sprite the size and shape of the defined Brush. I included this method so someone could add a cursor to their project.

For me, if I scribble then hit ‘undo’, the scribble disappears. Then If I scribble a second time and hit ‘undo’, the first scribble re-appears.

Thanks, I’ve fixed the bug and it should work correctly now.