…(converting) a file to an SVG with which my machine will work. I am trying to create a coin that can be auctioned off in late March. I want to put the state SkillsUSA logo on the front. I have the back already crested. Could I get you to look at the website and tell me which one to download so I can use my drag bit to etch the coin? SkillsUSA.org- Resources- Brand resources- then in the paragraph in red letters, the Brand Portal- then Brand assets or Association Logos- then scroll down to Kansas…
A long while ago, I learned that it isn’t worth my time to test geometries which aren’t well-formed — they’re like opinions and buttocks, only those which are well-formed should be shown in public.
A geometry which isn’t correctly made might work once, twice, a dozen, or even a hundred times, but inevitably it will fail at some point — when working on multi-million dollar printing projects I got in the habit of not depending on random chance and how a computer rounds a value — geometry needs to be such that the computer will reliably calculate how it will be processed when making a plate for printing, no matter which imagesetter resolution is used, no matter which RIP is used, no matter which PostScript/PDF version/implementation is used.
I can dig that. I just tried it to see if it would work. If it works 90% of the time, I would likely keep trying it, and fix the 10% that didn’t work. Likewise, if it only works 10% of the time, I would adopt your strategy of just fixing it first.
In this case, the vectors self-intersect, but in a ‘neat’ way. When they are intersecting like in some of the poorly made fonts, or at shallow angles, experience dictates a failure. However, even in some of those cases it’s worth creating the toolpath and fixing the spots that fail.
In a QR code I did, there were many squares that intersected at corners. i.e. their corner points were coincident. Yet only a small percentage caused a toolpath failure, so I only fixed those that failed, and moved the corner points about 0.001" apart.