You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed CGPattern getPatternImage to set height and width variables based
on the xStep and yStep variables instead of bounds.size. The bounds.size
variable contains the size of the entire pattern area being filled, where
the xStep and yStep variables contain the size of the pattern itself.
Fixesmicrosoft#578
Changed CGPattern getPatternImage to set height and width variables based
on the xStep and yStep variables instead of bounds.size. The bounds.size
variable contains the size of the entire pattern area being filled, where
the xStep and yStep variables contain the size of the pattern itself.
Fixes#578
Issue Description
Filling with a CGPattern does not result in the pattern being repeated through the filled area.
Reproduction Steps
Expected Behavior
If a CGPattern is less than the size of the area to be filled, the pattern should be tiled in the filled space.
Observed Behavior
The pattern is only drawn once in the filled area.
Pull Request, Test Case, or Sample Code
The text was updated successfully, but these errors were encountered: