From 32edd13b982e0c8f4d5ffab2b829112c116db266 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 4 Feb 2025 12:00:05 +0000 Subject: [PATCH] [css-shapes-2] Use <> for `shape()` staring point Closes #11358 --- css-shapes-2/Overview.bs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css-shapes-2/Overview.bs b/css-shapes-2/Overview.bs index bc806b44477..17eb5e05787 100644 --- a/css-shapes-2/Overview.bs +++ b/css-shapes-2/Overview.bs @@ -155,7 +155,7 @@ The ''shape()'' Function e.g., when computing the rendered 'clip-path'.
-		shape() = shape( <<'fill-rule'>>? from <>, <>#)
+		shape() = shape( <<'fill-rule'>>? from <>, <>#)
 	
The <<'fill-rule'>> is interpreted identically to the same argument in ''path()''. @@ -166,8 +166,7 @@ The ''shape()'' Function The from <> represents the starting point for the first shape-command. It adds an initial absolute moveto - to the list of path data commands, - with the <> measured from the top-left corner of the [=reference box=]. + to the list of path data commands. The sequence of <>s represent further path data commands.