Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quartz: fix REFLECT radial gradients
The interpolation range of repeating radial gradients can safely be reflected around any integer (previously 0), but for reflect-extended radial gradients can only be reflected around odd integers if the appearance is to be the same, thus reflecting around 1 is correct for both. Fixes radial-gradient.
- Loading branch information