From 2338e3bedd75d26495c7588ed820e31c1f1fb7ae Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Sat, 26 Nov 2022 17:07:23 -0800 Subject: [PATCH] Fix style nit --- piet-wgsl/shader/pathseg.wgsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piet-wgsl/shader/pathseg.wgsl b/piet-wgsl/shader/pathseg.wgsl index 0c0bd89..79674d6 100644 --- a/piet-wgsl/shader/pathseg.wgsl +++ b/piet-wgsl/shader/pathseg.wgsl @@ -181,7 +181,7 @@ fn main( p1 = mix(p1, p0, 1.0 / 3.0); } } - var stroke = vec2(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