mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
Per https://github.com/processing/processing4/issues/58, pixelDensity should run in settings and currently results in failure if used in static context. This will rewrite pixelDensity into the setting section if found in static or settings context. Adds unit tests for both scenarios.