keep px values for text, shape etc. seperate.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 869
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
## Use case
Currently, if you for example want to quickly switch between drawing shapes and adding text, you always have to re-adjust the px value (size) for each tool. This disrupts the workflow.
## Suggested solution
Keep a separate, persistent px value for each tool.
### Possible drawbacks
Some users might not like it. Adding a setting to toggle this would probably be ideal.
### Possible alternatives
None.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing where the shared px value is stored and updated for the shape and text tools, then inspect any existing tests for tool settings. Done means switching tools preserves a separate persistent px value for each tool; clarify whether a user toggle is in scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100