QML Shape and ShapePath
Unsolved
QML and Qt Quick
-
Hello,
I'm currently using Shape and ShapePath types in order to draw shapes defined in arrays outside my program and everything works fine until all data of path elements are inside the Shape area.
I've seen that elements outside the shape are also drawn and visible (for example reducing the scale).I'm wondering if there is any trick that let to know the dimension and boundaries of the drawn shape without analyzing the points in the incoming array.
Thank you in advance,
Raffaele