Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
Some future release
-
None
-
2075925adaa1a1c78b6da9dc10d2b1a165178363
Description
The following QML will result in a Rectangle with a gradient-like rendering error:
Rectangle { width: 100 height: 100 color: "#F7F7F3" border.color: "#676c6f" border.width: 1 smooth: true }
Removing the smooth attribute or changing the border.width will make the appearance to become correct.
Attachments
Issue Links
- depends on
-
QTBUG-7999 qDrawBorderPixmap painting error under raster
- Closed