2 Attachment(s)
Filling very small polygons.
Hi guys,
I have polygons on my map which are created from a set of coordinates which coordinates differ only by 0.01. I have to fill these polygons with some custom brush. I also tried using build-in brush styles: dense1pattern, for instance. When I zoom in, to see the polygons, there is a step when the background completely disappears. Only the solid fill is visible all the time. I attach the example screens.
I appreciate any help.
Thank you,
Kacper
Re: Filling very small polygons.
Maybe someone knows what happens when the : fitInView(QRectF) is invoked?( Scaling and scrolling) ?
Thanks
Re: Filling very small polygons.
Matrix of the viewport is changed and the visible part of the scene is redrawn using the new matrix.