diff --git a/Source/svg/SVGParser.swift b/Source/svg/SVGParser.swift index aaf9cbe0..6c79ea89 100644 --- a/Source/svg/SVGParser.swift +++ b/Source/svg/SVGParser.swift @@ -550,6 +550,9 @@ open class SVGParser { break stopParse } + // Skip an optional comma after ")". + _ = scanner.scanString(",", into: nil) + let values = parseTransformValues(valuesString) if values.isEmpty { return transform