James Wilson

Results 2 issues of James Wilson

PGF uses a 4-segment approximation to draw circles. It's possible for this to show inaccuracies visible in publication at typical page-size dimensions when small and large radius circles are mixed...

Feature Request

I saw that the max buffer size and cert length were increased to: ``` private static short BUFFER_MAX_LENGTH = 1221; private static short CERT_MAX_LENGTH = 1216; ``` It turns out...