You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corresponds to a horizontal or vertical <a href="https://www.w3.org/TR/SVG/paths.html#PathDataLinetoCommands">lineo</a> command.
212
+
<dt><dfn><<curve-command>></dfn> = curve <<by-to>><<coordinate-pair>> via <<coordinate-pair>>{1,2}
213
+
<dd>
214
+
Corresponds to a <a href="https://www.w3.org/TR/SVG/paths.html#PathDataQuadraticBezierCommands">quadratic curve</a> command if one <<coordinate-pair>> is provided,
215
+
otherwise corresponds to a <a href="https://www.w3.org/TR/SVG/paths.html#PathDataCubicBezierCommands">cubic curve</a> command.
Corresponds to a <a href="https://www.w3.org/TR/SVG/paths.html#PathDataCubicBezierCommands">smooth cubic curve</a> command if a <<coordinate-pair>> is provided,
219
+
otherwise corresponds to a <a href="https://www.w3.org/TR/SVG/paths.html#PathDataQuadraticBezierCommands">smooth quadratic curve</a> command.
Corresponds to an <a href="https://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands">arc</a> command, with a given radius, x-axis rotation <<angle>>, ''large'' and ''sweep'' flags.
223
+
<dt><dfn><<arc-large>></dfn> = [large | small]?
224
+
<dd>
225
+
If ''small'' is set, the arc's <a href="">large</a> flag is set to 0.
226
+
If ''large'' is set, the arc's <a href="">large</a> flag is set to 1.
227
+
If it is not set, the automatic value is used.
228
+
<dt><dfn><<arc-sweep>></dfn> = [cw | ccw]?
229
+
<dd>
230
+
If ''ccw'' is set, the arc's <a href="">sweep</a> flag is set to 0.
231
+
If ''cw'' is set, the arc's <a href="">sweep</a> flag is set to 1.
232
+
If it is not set, the automatic value is used.
233
+
<dt>close
234
+
<dd>
235
+
Corrsepponds to a <a href="https://www.w3.org/TR/SVG/paths.html#PathDataClosePathCommand">closepath</a> command.
0 commit comments