mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
matrix->str was producing malformed strings like '1,0,0,1,0,0,' instead of '1,0,0,1,0,0', breaking string serialization of matrix values used in transit and print-dup handlers. Also remove the first pp/simple-dispatch registration for Matrix at line 362 which was dead code shadowed by the identical registration further down in the file. Signed-off-by: Andrey Antukh <niwi@niwi.nz>