A vector graphics drawing app for Android.
- Material Design 3 with dynamic colors
- Custom document sizes, fill/stroke colors, and stroke sizes
- Eraser tool erases shapes from closed paths, or points from open paths
- Saving/loading SVG files
Using this tool, you can either draw open or closed paths. Simply go to the overflow menu > Settings to access this and more options.
When you select this tool, you can draw a shape to define the area you wish to erase. One of two things can happen depending on which path you want to erase from: For closed paths, the entire path will become green, and you can draw a shape to erase from the path. For open paths, individual points will become highlighted, and if those points are included in your eraser path, they will be deleted. Erasing a point inside a path will create 2 new paths.
With one finger, you can pan across the document. If you pinch the screen with two, it'll zoom in and out from the center.
You can draw a rectangle for an area you wish to select (marquee select). If any paths overlap that area, they will become "selected" and the rectangle will resize to include the selected paths. You can drag on that rectangle to move those paths, or draw on an empty space to create a new selection.
- Uses https://github.com/Gericop/Android-Support-Preference-V7-Fix/tree/androidx to counter a bug with preferences
- Automatically smoothing lines with Bezier curves
- Layers!
- Pen tool (like Illustrator/Inkscape!)