GitToTheHub commented on PR #1661: URL: https://github.com/apache/cordova-ios/pull/1661#issuecomment-4681108689
> Alpha is lost, if the alpha is not `FF` like `#FF0000AA`. It gets resolved by `getComputedStyle` to `rgba(255, 0, 0, 0.667)` but wrongly parsed by the regular expression `/\d+/g` which resolves to an array with 5 elements: `[255, 0, 0, 0, 667]`. See https://regex101.com/r/p21APA/1 I tested old code. I forgot to do npm install on the checked out PR. Now everything is ok. -- 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]
