[GitHub] carlosrovira commented on issue #25: [CSS] rgba is not valid in text-shadow

2018-03-06 Thread GitBox
carlosrovira commented on issue #25: [CSS] rgba is not valid in text-shadow URL: https://github.com/apache/royale-compiler/issues/25#issuecomment-370919148 Hi Alex, I tried to change to: text-shadow: 0 1px 0 "rgba(0,0,0,0.70)"; or text-shadow: 0 1px 0 0xC000;

[GitHub] carlosrovira commented on issue #25: [CSS] rgba is not valid in text-shadow

2018-03-06 Thread GitBox
carlosrovira commented on issue #25: [CSS] rgba is not valid in text-shadow URL: https://github.com/apache/royale-compiler/issues/25#issuecomment-370920225 One more thing. Something I didn't say is that changing to what you suggests seems to move the line from App.js to App.css. So the

[GitHub] aharui commented on issue #25: [CSS] rgba is not valid in text-shadow

2018-03-06 Thread GitBox
aharui commented on issue #25: [CSS] rgba is not valid in text-shadow URL: https://github.com/apache/royale-compiler/issues/25#issuecomment-370925374 In the JS output, some CSS is output twice. Once in App.js as a data structure for ValuesManager/SimpleCSSValuesImpl and the other in

[GitHub] aharui commented on issue #25: [CSS] rgba is not valid in text-shadow

2018-03-06 Thread GitBox
aharui commented on issue #25: [CSS] rgba is not valid in text-shadow URL: https://github.com/apache/royale-compiler/issues/25#issuecomment-370950624 You might need to output slightly different things for the App.js vs App.css. App.css should be compliant CSS and use rgba(). The App.css

[GitHub] aharui commented on issue #25: [CSS] rgba is not valid in text-shadow

2018-03-06 Thread GitBox
aharui commented on issue #25: [CSS] rgba is not valid in text-shadow URL: https://github.com/apache/royale-compiler/issues/25#issuecomment-370854316 This looks like it is Google Closure Compiler complaining about the text "unexpected value type:". I think that text should not be in

[GitHub] Harbs opened a new issue #126: Resolve SVG image in USStatesMap

2018-03-06 Thread GitBox
Harbs opened a new issue #126: Resolve SVG image in USStatesMap URL: https://github.com/apache/royale-asjs/issues/126 As discussed on the list https://lists.apache.org/thread.html/065debc306528358d144a47c8bd26720b3daf68cf0a48c57b1edd735@%3Cdev.royale.apache.org%3E

[GitHub] carlosrovira commented on issue #25: [CSS] rgba is not valid in text-shadow

2018-03-06 Thread GitBox
carlosrovira commented on issue #25: [CSS] rgba is not valid in text-shadow URL: https://github.com/apache/royale-compiler/issues/25#issuecomment-370769183 some more info from console compilation: