HTML DOM beginPath() 方法
定义和用法
beginPath() 方法在一个画布中开始子路径的一个新的集合。
语法
beginPath()
描述
beginPath() 丢弃任何当前定义的路径并且开始一条新的路径。它把当前的点设置为 (0,0)。
当一个画布的环境第一次创建,beginPath() 方法会被显式地调用。
beginPath() 方法在一个画布中开始子路径的一个新的集合。
beginPath()
beginPath() 丢弃任何当前定义的路径并且开始一条新的路径。它把当前的点设置为 (0,0)。
当一个画布的环境第一次创建,beginPath() 方法会被显式地调用。