Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
Suse 11.1
-
5f5c234f7ca57ca1db7b30d358e6c63bf4643c7b
Description
The code
Text { color: "blue"; opacity: .4; text: "NOKIA"; font.family: "Impact"; font.pointSize: 20; height: 30; width: 100; font.outline: true }
fails with error:
Cannot assign to non-existent property "outline" Text { color: "blue"; opacity: .4; text: "NOKIA"; font.pointSize: 20; height: 30; width: 100; font.outline: true } ^