--- 2025 --- 10-17 (0.1.0.3) - FIX: Problem: when a line ended and another one started, the position was wrong in some cases. Cause: I forgot to move some relative position -related variables after a line connection symbol (Z/z). - FIX: Problem: straight lines sometimes became completely wrong. Cause: SVGPN converts 2D lines (L/l) into 1D lines (H/h/V/v) whenever possible. I was missing a division for vertical lines (V/v). 10-05 (0.1.0.2) - FIX: Problem: if SVGPN wrote multiple relative positions one after another, the position was slightly off, and becomes more and more inaccurate with every relative position. Cause: when SVGPN wrote a relative position, it was relative to the internal source position, but it should have been relative to the (normalized) last position that was written to the SVG. Basically the SVG file understood relative positions differently than this program did. 04-09 (0.1.0.1) - FIX: Problem: crash if a number in an path has a weird character in it (for example a number that uses scientific notation). 04-09 (0.1) - (initial release)