mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-02-02 09:56:48 +01:00
2c4dccdda9
- Simplified the undo/redo code using `Operation` abstraction - Color fill changes is not saved with SVGs. More research/development is needed on this. - Bitmap operations are not saved during `onSaveInstanceState` because of the obvious memory/space issue. Perhaps using `Path` objects in the flood-fill algorithm can remedy this and the above issue