Merge pull request #7767 from marcjansen/transform-typo
Transformation functions: Fix spelling and use the symbol ×
This commit is contained in:
@@ -9,7 +9,7 @@ const _ol_transform_ = {};
|
||||
* Collection of affine 2d transformation functions. The functions work on an
|
||||
* array of 6 elements. The element order is compatible with the [SVGMatrix
|
||||
* interface](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix) and is
|
||||
* a subset (elements a to f) of a 3x3 martrix:
|
||||
* a subset (elements a to f) of a 3×3 matrix:
|
||||
* ```
|
||||
* [ a c e ]
|
||||
* [ b d f ]
|
||||
|
||||
Reference in New Issue
Block a user