Page 1 of 1

Issue with 0 colorless shadow in Generator

PostPosted: 07 Sep 2019, 21:07
by nubbinse
For some reason when rendering cards like black lotus, mox diamond, etc. The 0 colorless symbol is outputting with the wrong shadow. This is the case for m15, and eighth.

It's driving me insane, is there a fix for this.

I attached an example.

Any help would be greatly appreciated

Re: Issue with 0 colorless shadow in Generator

PostPosted: 26 Sep 2020, 22:46
by nayozzz
viewtopic.php?f=30&t=23119

found fix:

.\scripts\classes\renderers\Renderer.php

line 774, comment it

make: case (preg_match('/Half[WR]/', $symbol) ? true : false): $extention = 'half'; break;
into: //case (preg_match('/Half[WR]/', $symbol) ? true : false): $extention = 'half'; break;