-
Notifications
You must be signed in to change notification settings - Fork 9
docs: structural enhancements #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
RightWrite
wants to merge
1
commit into
pastthepixels:main
Choose a base branch
from
RightWrite:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,24 @@ | ||
| FreePaint is a vector graphics drawing program for Android. Select a tool and turn your ideas into SVGs! | ||
|
|
||
| # FEATURING | ||
| - 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 | ||
| <hh2>Featuring</hh2> | ||
| <ul> | ||
| <li>Material Design 3 with dynamic colors</li> | ||
| <li>Custom document sizes, fill/stroke colors, and stroke sizes</li> | ||
| <li>Eraser tool erases shapes from closed paths, or points from open paths</li> | ||
| <li>Saving/loading SVG files</li> | ||
| </ul> | ||
|
|
||
| # Using FreePaint | ||
| <hh3>Using FreePaint</hh3> | ||
|
|
||
| ## Paint tool | ||
| Using this tool, you can either draw open or closed paths. Simply go to the overflow menu > Settings to access this and more options. | ||
| <hh4>Paint Tool</hh4> | ||
| Using this tool, you can either draw open or closed paths. Simply go to the <i>Overflow Menu</i> (3 dots at the bottom horizontal panel) > <i>Settings</i> to access this and more options. | ||
|
|
||
| ## Eraser tool | ||
| 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. | ||
| <hh4>Eraser Tool</hh4> | ||
| 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: 1. For closed paths, the entire path will become green, and you can draw a shape to erase from the path. 2. 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. | ||
|
|
||
| ## Pan/zoom tool | ||
| <hh4>Pan/Zoom Tool</hh4> | ||
| 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. | ||
|
|
||
| ## Selection tool | ||
| 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. | ||
| <hh4>Selection Tool</hh4> | ||
| 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. | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I think I'd rephrase this to something like this to avoid confusion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean of course this is convoluted and stupid and I made the eraser tool in 1.3 work like literally any bitmap/vector graphics eraser tool