-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.2
-
None
ShapePath returns true for closed when it is empty, while Path does not.
I think Path is correct here and ShapePath incorrect.
Code to reproduce:
{{ShapePath { Component.onCompleted: console.log(closed, "shapePath") } Path { Component.onCompleted: console.log(closed, "path") }}}
| For Gerrit Dashboard: QTBUG-90451 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 664806,2 | Fix QQuickPath::isClosed() to return false for empty paths | dev | qt/qtdeclarative | Status: NEW | 0 | 0 |