haganbmj / MagicSetEditor2

Magic Set Editor is a program for designing trading cards
Other
17 stars 7 forks source link

fix: correct computed sizes on slice window to properly display margins #23

Closed haganbmj closed 2 years ago

haganbmj commented 2 years ago

The display size of the Output image was being computed using the available element size, which included margins and was leading to the bottom couple pixels being clipped. Correcting that to properly account for the actual image size.