Skip to content

SafariWorkaroundOverlay

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/overlays/SafariWorkaroundOverlay.ts for the most up-to-date information.

Overview

Tricks Safari into forcing SVG rendering, see https://github.com/phetsims/geometric-optics-basics/issues/31

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class SafariWorkaroundOverlay

import { SafariWorkaroundOverlay } from 'scenerystack/scenery';

Constructor

new SafariWorkaroundOverlay( display : Display )

Instance Methods

update()

Instance Properties

domElement : SVGElement

Source Code

See the source for SafariWorkaroundOverlay.ts in the scenery repository.