mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
ran cargo fmt; fixed spelling in comment
This commit is contained in:
parent
dc2e6690c4
commit
fff43bba0d
|
@ -411,7 +411,7 @@ fn conflation_artifacts(sb: &mut SceneBuilder, _: &mut SceneParams) {
|
||||||
const S: f64 = 4.0;
|
const S: f64 = 4.0;
|
||||||
|
|
||||||
let scale = Affine::scale(S);
|
let scale = Affine::scale(S);
|
||||||
let x = N + 0.5; // Fraction pixel offset reveals the problem on axis-aligned edges.
|
let x = N + 0.5; // Fractional pixel offset reveals the problem on axis-aligned edges.
|
||||||
let mut y = N;
|
let mut y = N;
|
||||||
|
|
||||||
// Two adjacent triangles touching at diagonal edge with opposing winding numbers
|
// Two adjacent triangles touching at diagonal edge with opposing winding numbers
|
||||||
|
|
Loading…
Reference in a new issue