charlielee / boats-animator

Stop motion animation program created using Electron
http://charlielee.uk/boats-animator
GNU General Public License v3.0
114 stars 18 forks source link

Onion skinning breaks if preview area is taller than it is wide #65

Closed charlielee closed 8 years ago

charlielee commented 8 years ago

Imgur

This bug comes from the quite horrid current method of determining the height of the preview area.

charlielee commented 8 years ago

Potentially this could be fixed using CSS's display: table.