Pen line thickness changes depending on the length
See original GitHub issueExpected Behavior
When set pen size to (1)
is called, all pen lines should be size 1
Actual Behavior
The thickness is inconsistent
On Windows 10, Firefox 76:
Repro by hclhcl, probably taken on iOS:
This is a screenshot from hotfix/totally-normal-2020 branch, and it is behaving correctly:
This may be a regression issue
Steps to Reproduce
Run https://scratch.mit.edu/projects/393133363/ and see
Operating System and Browser
Windows 10 Firefox 76 hclhcl: My browser / operating system: MacOS Macintosh X 10.15, Safari 13.0.5, No Flash version detected
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to: change pen size in markup - Apple Community
So I've seen a lot of threads asking how to change the pen size (also known as thickness) in the markup editor.
Read more >Why does my pen pressure keep changing line thickness ...
I swear i always press the same amount of pressure per drawing. and yet it seems random how my lines just fluctuate between...
Read more >Line Weight: when to vary it and why? - YouTube
In my art class this is a question that comes up a lot. It's a key aspect of many linear illustration traditions including...
Read more >Line thickness changes suddenly - CLIP STUDIO ASK
I'm writing a picture using Apple Pencil on the iPad version, but sometimes the thickness changes or breaks like this. The pen tip...
Read more >Changine Line Weight after a line has already been drawn
Here is a script that will change the line width and size of arrowheads. ... If I use the Pen Tool to draw...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@BryceLTaylor The resizing/small stage making lines disappear is just #565 manifesting again.
The pen size changing depending on the stage position on iOS is definitely a separate issue-- the pen line shader code is misbehaving. I rewrote it in #600 and a demo is up on https://adroitwhiz.github.io/scratch-gui/bryces-devices/ – can you check if the issue is gone there?