mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-03-10 08:30:07 +01:00
- 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