luhsra / MinimaxSimulator

Platform independent GUI-based Minimax simulator
https://luhsra.github.io/MinimaxSimulator/
MIT License
7 stars 5 forks source link

wrong background color of schematics using JPG export #7

Closed prohde closed 8 years ago

prohde commented 8 years ago

The background color of the exported schematics is supposed to be white. But exporting the machine schematics as JPG leads to a strange background color.

expected output (like PNG export) actual output of JPG export
schematics schematics
wlfbck commented 8 years ago

Just a guess: Maybe something with alpha channel/transparency?

prohde commented 8 years ago

Indeed! This was my first guess, too. The issue was meant as a reminder. Well, it is fixed now.