Results 1 to 3 of 3

Thread: Filling very small polygons.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2007
    Location
    Lublin, Poland
    Posts
    345
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    40
    Thanked 8 Times in 4 Posts

    Default 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
    Attached Images Attached Images
    Qt allows you to use everything you want
    wysota
    --------------------------------------------------------------------------------
    #if defined(Q_OS_UNIX) && defined(QT_DEBUG)
    abort(); // trap; generates core dump
    #else
    exit(1); // goodbye cruel world
    #endif

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.