Need support for stroke style Rectangle
Bug #1526813 reported by
Cris Dywan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
Won't Fix
|
High
|
Loïc Molinari |
Bug Description
For list item/ menu focus visuals we need the outline of a Rectangle but no filled color.
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
To post a comment you must log in.
This is actually exposed by QtQuick Rectangle using border.width and border.color set to Qt.rgba(0.0, 0.0, 0.0, 0.0). Setting a transparent color for the fill is correctly interpreted by QSGDefaultRecta ngleNode as a request to render a mesh that's only made of the border pixels (fill pixels are not rasterised).