This commit is contained in:
linghuam 2019-07-03 19:44:54 +08:00
parent 654ccf7117
commit f50f366885

View File

@ -410,3 +410,7 @@ function curry(func) {
## src/animation
## src/contain
### text.js
利用 textWidthCache 缓存文字宽度,避免重复计算。