Skip to content

Commit

Permalink
Adding ?forceSVGRefresh query parameter, see phetsims/scenery#1507
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Mar 11, 2024
1 parent 22e1c2f commit 0a26456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/SimDisplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export default class SimDisplay extends Display {
allowWebGL: phet.chipper.queryParameters.webgl,
assumeFullWindow: true, // a bit faster if we can assume no coordinate translations are needed for the display.

forceSVGRefresh: phet.chipper.queryParameters.forceSVGRefresh,

// pdom accessibility (interactive description)
accessibility: phet.chipper.queryParameters.supportsInteractiveDescription,

Expand Down

0 comments on commit 0a26456

Please sign in to comment.