GitToTheHub commented on PR #1661: URL: https://github.com/apache/cordova-ios/pull/1661#issuecomment-4681046133
Alpha is lost, if the alpha is not `FF` like `#FF0000AA`. It gets resolved to `rgba(255, 0, 0, 0.667)` but wrongly parsed by the regular expression `/\d+/g` which resolves to a array with 5 elements: `[255, 0, 0, 0, 667]`. See https://regex101.com/r/p21APA/1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
