phetsims / pendulum-lab

"Pendulum Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
4 stars 10 forks source link

use PlayIconShape in PeriodTimerNode #208

Open pixelzoom opened 5 years ago

pixelzoom commented 5 years ago

In https://github.com/phetsims/scenery-phet/issues/428, we identified code that was duplicated in TimerNode and PeriodTimerNode, specifically shape creation for the 'play' icon. Shapes were standardized and TimerNode was updated (see https://github.com/phetsims/scenery-phet/issues/430). PeriodTimerNode should be updated to use the PlayIconShape, with fill: 'black'.