admin 管理员组

文章数量: 887021


2023年12月17日发(作者:mpp数据库)

html5canvas画流程图 //

// // <箭头对象>//

// Created by DurantSimpson on 2016-12-08.// Copyright 2016 DurantSimpson. All rights reserved.//

/** *

* @param {Object} x1起始点横坐标 * @param {Object} y1起始点纵坐标 * @param {Object} x2结束点横坐标 * @param {Object} y2结束点纵坐标 */function Arrow(x1, y1, x2, y2) { this.x1 = x1; this.y1 = y1; this.x2 = x2; this.y2 = y2; 1 = null; 1 = null; 2 = null; 2 = null; = "black";}or = function(color) { =color;}/** *

* @param {Object} x1起始点横坐标 * @param {Object} y1起始点纵坐标 * @param {Object} x2结束点横坐标 * @param {Object} y2结束点纵坐标


本文标签: 数据库 箭头 起始 结束