Per mcous/gerber-to-svg#32, if an otherwise valid FS command has extra characters (e.g. %FSLAN2X34Y34*%), the parser will miss the format specification.
The FS matcher should be a little more lenient to allow for these out-of-spec commands because they happen in real life.
Per mcous/gerber-to-svg#32, if an otherwise valid FS command has extra characters (e.g.
%FSLAN2X34Y34*%
), the parser will miss the format specification.The FS matcher should be a little more lenient to allow for these out-of-spec commands because they happen in real life.