Decodes one or more hexadecimal strings into a single byte array.
Non-hex characters are not filtered; each pair of characters is parsed with parseInt(..., 16).
parseInt(..., 16)
Hex strings, typically from DXF group code 310.
Concatenated decoded bytes.
Decodes one or more hexadecimal strings into a single byte array.
Non-hex characters are not filtered; each pair of characters is parsed with
parseInt(..., 16).