kaszarobert
Results
2
comments of
kaszarobert
Well, there's a way right now: using cookiesjsrCallbackResponse but that only works if I need to communicate with servers. I'm still suggesting that it would be much more intuitive to...
In drawInternal() the $x and $y parameters for imagefttext() should be modified to: ``` (int) round($x), (int) round($y), ``` And the problem is fixed