From 17894e72a6c0c9d1ad30df07ddf73c9ae00a203e Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Tue, 9 Jul 2024 22:38:17 -0600 Subject: [PATCH] svg2tvgt: fix ParseNumberGeneric This fixes a regression in recent commit b8e82bc8eb1ba516aed1ac3445568afed6558e45. That commit added the characters `eE+-` to the list of accepted characters within the middle of a float string. However, the `+-` characters are only valid immediately after the `eE` characters. This broke SVGS that don't use whitespace between floats with negative numbers. Consider the following snippet from a real SVG: ```