From 7998c5e85c90c26f708ac59ce0fc38c0d6e76a39 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 10 Nov 2020 19:04:04 +0200 Subject: [PATCH] Move to css-shapes-2 --- css-shapes-2/Overview.bs | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/css-shapes-2/Overview.bs b/css-shapes-2/Overview.bs index da942d910150..a0bd54f52fc1 100644 --- a/css-shapes-2/Overview.bs +++ b/css-shapes-2/Overview.bs @@ -140,19 +140,6 @@ Supported Shapes section, with the following integrated.
-
-
-				draw() = draw( [<>,]? from <>, <>#])
-			
-
-
-
    -
  • - The <> represents the initial point of the path. -
  • - The sequence of <>s represent commands of an - SVG Path. -
 				path() = path( [<>,]? <> )
@@ -179,6 +166,18 @@ Supported Shapes
 					in the path string.
 					For the initial direction follow SVG 1.1.
 			
+		
+
+				draw() = draw( [<>,]? from <>, <>#)
+			
+
+
    +
  • + The <> represents the initial point of the path. +
  • + The sequence of <>s represent commands of an + SVG Path. +
The arguments not defined above are defined as follows: @@ -187,7 +186,7 @@ Supported Shapes
<> = <>{2}
Defines a pair of coordinates x & y.
<> = <> | <> | <> | - <> | <> | <> | close + <> | <> | <> | close
Defines a single draw command, equivalent to an SVG draw command.
<> = by | to