There are two example pages in the website, Scrollbar and Handles, whose Processing code shown does not match the changes introduced in this PR to the processing-examples repository.
My local copy of Processing's website exhibited the very same problem. The documentation for updating examples or adding examples to the website requires
- A copy of the processing-examples main branch be next to the processing-website repo.
- From within the root of the processing-website repo, run
npm run updateExamples
This script will copy the Processing sketches (.pde files) from processing-examples to their corresponding locations in processing-website; it will actually only update those that already exist in the processing-website repo.
I did this in my computer and the problem is solved: the .pde code shown in the Handles and Scrollbar example pages is the same as the .pde code in the processing-examples repo.
There are two example pages in the website, Scrollbar and Handles, whose Processing code shown does not match the changes introduced in this PR to the processing-examples repository.
My local copy of Processing's website exhibited the very same problem. The documentation for updating examples or adding examples to the website requires
npm run updateExamplesThis script will copy the Processing sketches (.pde files) from processing-examples to their corresponding locations in processing-website; it will actually only update those that already exist in the processing-website repo.
I did this in my computer and the problem is solved: the .pde code shown in the Handles and Scrollbar example pages is the same as the .pde code in the processing-examples repo.