Source code

Revision control

Copy as Markdown

Other Tools

[2d.drawImage.transform.html]
expected:
if (os == "linux") and fission and (processor == "x86_64") and not swgl and not debug: [ERROR, OK]
if (os == "win") and (processor == "x86_64") and debug and swgl: [ERROR, OK]
if (os == "win") and (processor == "x86_64") and not debug: [ERROR, OK]
if (os == "linux") and not fission and swgl: [ERROR, OK]
[OK, ERROR]