Comment 29 for bug 165780

Revision history for this message
David Eccles (gringer) (gringer) wrote :

Although that patch seems to solve the problem (in my particular test case), it introduces another issue regarding pattern scaling and positioning. A seamless pattern, as can be created in GIMP by 'filters->map->make seamless', will have a noticeable seam (see attached SVG, where the seam is through the middle of the image). So this fix is just replacing one seam bug (i.e. pattern is too small to fit in pattern block) for another (pattern is too large to fit in pattern block).

Somehow, there needs to be a seamless lookup for displaying the pattern, I've suggested something that may work above, but I'm not quite sure at the moment how to implement that in code.