Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On windows, with Qt 5.1.1:
@Item { // stuff Text { anchors.fill: parent text: "\u2220" } }@
doesn't show anything. Using renderType: Text.NativeRendering solves the problem. I'll test asap on Ubuntu.
Is it only me?
None of the 45 ppl that viewed this topic found 30 seconds to test it out? Thanks!
Got the same problem and solved it by using renderType: Text.NativeRendering. Don't really know whether it's a bug or not.