mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
Fix style nit
This commit is contained in:
parent
3c0752f6ae
commit
2338e3bedd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue