at first i would like to ask if this is possible to do in PHP via GD library I assume so but i need to ask because
i am a bit stucked...
I have a script that saves every line and every arc into specific array and than I loop through each of those arrays and I draw lines/arcs with imagearc/imageline by GD library.I think I do everything correctly(but obviously i dont
If there would be totally miss-shapes i would understand but some characters are fairly readable
Could anyone give me a hint if you see what is wrong ?
Here is the code for generating arcs and lines ...
- Code: Select all
Code Removed
i even tried to make rounded values by floor byceause i dont know what is wrong :-/
and here is the image

or this one

Thanks for any hint
Dominik


