# Path2D.addPath(Path2D path)

基础库 2.11.0 开始支持,低版本需做兼容处理

小程序插件:不支持

相关文档: 画布指南canvas 组件介绍

# 功能描述

添加路径到当前路径。

# 参数

# Path2D path

添加的 Path2D 路径。