We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8514d73 commit 1725cdaCopy full SHA for 1725cda
sparse_strips/vello_common/src/clip.rs
@@ -216,7 +216,7 @@ fn intersect_impl<S: Simd>(
216
OverlapRelationship::Overlap(overlap) => {
217
match (region_1, region_2) {
218
// Both regions are a fill. Flush the current strip and start a new
219
- // one at the end of the overlap region setting `fill_gap` to true,
+ // one at the end of the overlap region setting `fill_gap` to true,
220
// so that the whole area before that will be filled with a sparse
221
// fill.
222
(Region::Fill(_), Region::Fill(_)) => {
0 commit comments