carlosrovira opened a new issue #25: [CSS] rgba is not valid in text-shadow URL: https://github.com/apache/royale-compiler/issues/25 Hi, if I try to use something like: text-shadow: 0 -1px 0 rgba(0,0,0,0.70); the theme and final app compiles but browser throws two errors at runtime: App.js:573 Uncaught SyntaxError: Unexpected identifier index.html:282 Uncaught ReferenceError: App is not defined at index.html:282 in App.js there's: this["textShadow"] = [0.0, -1.0, 0.0, unexpected value type: rgba(0,0,0,0.70)]; Unexpected identifier 'value'. Expected either a closing ']' or a ',' following an array element
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
