Bug report #16949

Point pattern broken when using varying sizes

Added by Johannes Kroeger over 6 years ago. Updated over 6 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:Symbology
Affected QGIS version:2.18.11 Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:duplicate
Crashes QGIS or corrupts data:No Copied to github as #:24848

Description

Create a polygon layer.
Use a Point pattern fill.
Set the Size of the Marker to eg rand(-10,10).

The points are rendered with artifacts, they seem to be made of randomly sized circle segments.

See the screenshot.

I disabled multi-process rendering, which did not solve this.

Untitled.jpg (250 KB) Johannes Kroeger, 2017-08-01 07:01 PM

History

#1 Updated by Nyall Dawson over 6 years ago

Point pattern fills (and some other fills, e.g. line pattern fill) are currently drawn using tiled blocks for speed. It's the edges of these tiles you're seeing here.

This is actually a duplicate of #6996 (well, the fix for #6996 would fix this too).

#2 Updated by Giovanni Manghi over 6 years ago

  • Resolution set to duplicate
  • Status changed from Open to Closed

Also available in: Atom PDF