Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
linghuam committed Jul 10, 2019
1 parent f50f366 commit 53627ad
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions b00-阅读笔记/zrender源码/z.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,21 @@ function curry(func) {

## src/animation

动画

## src/contain

### text.js
路径是否包含点

## src/container

Group是一个容器,可以插入子节点,Group的变换也会被应用到子节点上

## src/dom

DOM事件处理

## src/graphic

## src/mixin

利用 textWidthCache 缓存文字宽度,避免重复计算。

0 comments on commit 53627ad

Please sign in to comment.