1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-08-15 08:00:31 +03:00

Scan an optional comma between transformation attributes

This commit is contained in:
Petrov Anatoly 2020-06-06 21:11:05 +07:00
parent e53ca25b11
commit 708a0ab16b

View File

@ -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