> Also the proposed clear() or empty() option only applies to Canvas correct? > i.e. WritableImages don't suffer from these kind of issues and don't require > such methods?
That is correct (WritableImage we don't provide a 2D API to use to fill the buffer, you just bash the pixels yourself however you like, so we don't have to buffer anything up). Richard