| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Updated README to reflect migration to Jetpack Compose and strategy for replacing JEditTextArea with RSyntaxTextArea. Added insights on LSP-based editor research and the need for user feedback on Tweak Mode and autocompletion features.
This reverts commit 66071ac.
Add configuration for dependencyUpdates task to manage non-stable versions.
More details surrounding `JEditTextArea`
|
Hey @catilac, so the recent pr which was merged in the visual-testing branch, I messed up the git situation of commits there as I rebased the source branch to my fork's main, which wasn't updated. |
Sorry, something went wrong.
|
@Vaivaswat2244 sorry i took so long to get to this. I'll reach out to you on discord |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add Visual Tests for Typography and Shape Modes
Summary
This PR adds comprehensive visual tests for two core Processing features:
Typography Tests
Tests cover:
Shape Modes Tests
Tests cover:
Known Issue
Arc rendering inconsistency: Arc tests are currently not generating screenshots as expected due to what I think might be a discrepancy in how Processing handles negative dimensions compared to p5.js.


For Processing the screenshot getting generated is
and for p5, same test generates image
In p5.js, arc() converts negative width/height to absolute values while maintaining position. Processing's arc() appears to handle this differently, causing some arcs not to render or render at incorrect positions. I would like some thoughts as to why this may be happening.