mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-27 14:20:12 -04:00
Implement non-scaling strokes through Style#strokeScaling.
Closes #418.
This commit is contained in:
parent
68db4f9b59
commit
846c806034
12 changed files with 277 additions and 126 deletions
src/basic
|
@ -437,7 +437,7 @@ var Matrix = Base.extend(/** @lends Matrix# */{
|
|||
* as x, y value pairs
|
||||
* @param {Number[]} dst the array into which to store the transformed
|
||||
* point pairs
|
||||
* @param {Number} count the number of points to tranform
|
||||
* @param {Number} count the number of points to transform
|
||||
* @return {Number[]} the dst array, containing the transformed coordinates.
|
||||
*/
|
||||
transform: function(/* point | */ src, dst, count) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue