phetsims / collision-lab

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

Lightweight border for when reflecting border is off. #109

Closed brandonLi8 closed 4 years ago

brandonLi8 commented 4 years ago

In the design doc, it says that the 'Intro' screen has a "Viewing window w/ lightweight border" since it doesn't have a reflecting border.

@arouinfar, should I make the viewing window have a "lightweight border" when "Reflecting border" is off for the other screens as well?

arouinfar commented 4 years ago

@brandonLi8 if the reflecting border is off, let's use a 1pt black stroke when the Reflecting Border is off or not available on a screen.

image

brandonLi8 commented 4 years ago

Done in the commit above. Closing.