Update TextPath.ts

This commit is contained in:
Dmitry221060 2019-03-25 22:16:52 +05:00 committed by GitHub
parent 3ebd935dd7
commit c783f0c101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,12 +49,13 @@ function _strokeFunc(context) {
* 'A': { * 'A': {
* ' ': -0.05517578125, * ' ': -0.05517578125,
* 'T': -0.07421875, * 'T': -0.07421875,
* 'V': -0.07421875, * 'V': -0.07421875
* } * 'V': { * }
* 'V': {
* ',': -0.091796875, * ',': -0.091796875,
* ":": -0.037109375, * ":": -0.037109375,
* ";": -0.037109375, * ";": -0.037109375,
* "A": -0.07421875, * "A": -0.07421875
* } * }
* } * }
* var textpath = new Konva.TextPath({ * var textpath = new Konva.TextPath({