Closed trikaphundo closed 2 years ago
Thanks for the heads up! I updated these two as well as a bunch of other examples that were lagging behind. See the commit above for the full list.
Note: Please ignore the mention above (321). It was added by mistake.
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 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.