mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
clang-format core/utils/svg_paths.js
This commit is contained in:
@@ -39,9 +39,9 @@ const point = function(x, y) {
|
||||
* These coordinates are unitless and hence in the user coordinate system.
|
||||
* @param {string} command The command to use.
|
||||
* Should be one of: c, C, s, S, q, Q.
|
||||
* @param {!Array<string>} points An array containing all of the points to pass to the
|
||||
* curve command, in order. The points are represented as strings of the
|
||||
* format ' x, y '.
|
||||
* @param {!Array<string>} points An array containing all of the points to pass
|
||||
* to the curve command, in order. The points are represented as strings of
|
||||
* the format ' x, y '.
|
||||
* @return {string} A string defining one or more Bezier curves. See the MDN
|
||||
* documentation for exact format.
|
||||
* @public
|
||||
|
||||
Reference in New Issue
Block a user