From 974b7c0c85d8512ec1cecd73c71fbb51dd2c25b9 Mon Sep 17 00:00:00 2001 From: Masataka Yakura Date: Mon, 15 Dec 2025 17:38:57 +0900 Subject: [PATCH] fill-stroke: fix SVG paths The embedded SVG in Figure 8 uses invalid path syntax which separates each segment by a comma. This removes those commas. --- fill-stroke/Overview.bs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/fill-stroke/Overview.bs b/fill-stroke/Overview.bs index 4724cd0e3275..7513ec87e8b0 100644 --- a/fill-stroke/Overview.bs +++ b/fill-stroke/Overview.bs @@ -825,24 +825,24 @@ Stroke Geometry {#stroke-geometry}
- + - - - - + + + + - - - - + + + + - - - - + + + +