Skip to content

Ensure pbounds.size is initialized even in EXTEND_NONE mode.

Jonathan Kew requested to merge jfkthame/cairo:pbounds-size into master

Since the if/else was replaced by a switch() here in 2e0075e2, the size field of pbounds is not being set in the EXTEND_NONE case, which means we end up passing uninitialized values to CGPatternCreate.

Merge request reports