Legolas Woodland wrote:
No , unfortunately i can not use SVG directly because i should use fonts (texts) and there is no way to draw some texts without having a vectorial representation of text .(for example each character is composed of many points ( some lesser lines) the is no way to find those lines so i must convert SVG to bitmap and then send the bitmap to Marking machine).
I understand, but Inkscape can convert text to a path. You'll probably still have to convert bezier curves to a sequence of lines, but it could be a start.
I do not understand this problem relation with TSP , indeed some days (in college) i implement TSP solution based on Genetic algorithms. but in this time we have two factor that we need to optimize at once.
In that case I might have misunderstood, what do you need to optimize apart from the route the head makes?