Fix style nit

This commit is contained in:
Raph Levien 2022-11-26 17:07:23 -08:00
parent 3c0752f6ae
commit 2338e3bedd

View file

@ -181,7 +181,7 @@ fn main(
p1 = mix(p1, p0, 1.0 / 3.0);
}
}
var stroke = vec2<f32>(0.0, 0.0);
var stroke = vec2(0.0, 0.0);
if linewidth >= 0.0 {
// See https://www.iquilezles.org/www/articles/ellipses/ellipses.htm
// This is the correct bounding box, but we're not handling rendering