I have this cross which I've traced from a bitmap image:
When selecting the actual path that makes up the detail, I see the following nodes:
I am trying to obtain a similar cross whose lines are thicker, so that it will look better when scaled down as a white cross on a dark background. How do I increase the stroke thickness?
I understand that every line or curve visible in the image is in fact composed of many paths, because the paths formed by the nodes surround the strokes, which are filled in black, rather than the path between the nodes being the actual stroke. This is what is causing my issue in finding a "thickening" algorithm, and I'm wondering whether it even exists.
I am fine with people pointing me to other software, so long as it's open-source.




