Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
QDS 4.6.2
-
None
Description
In Figma we defined a Component that contains multiple variations of a vector path. The structure of this components looks like this:
- Icon (Component)
- Active (Variation)
- Union (Vector path)
- Inactive (Variation)
- Union (Vector path)
- Deactivated (Variation)
- Union (Vector path)
- ...
- Active (Variation)
After exporting the component with Qt Figma Bridge the generated QML file contains PathSvg elements with "visible: false", which the Qt-Design studio marks as an error (Invalid property name "visible". (M16))