When I had this issue I tracked it to a vector file that didn’t have open nodes, just some nodes that were overlapping/on top of each other. For whatever reason, the GF seemed to treat the overlapped nodes as open paths. The easiest solution is to just turn the image into a bitmap. (That would really help with the horribly complicated grunge text as well.) Your other option is to go through the file node by node looking for overlaps like I did. I’m not saying this is the cause of you issues, but it could be a very possible given the all the tiny vector bits in the file.
4 Likes