SVGTypeScriptAPI:使用 TypeScript 创建 SVG 图形的简单 API

时间:2024-07-03 11:35:12
【文件属性】:

文件名称:SVGTypeScriptAPI:使用 TypeScript 创建 SVG 图形的简单 API

文件大小:142KB

文件格式:ZIP

更新时间:2024-07-03 11:35:12

TypeScript

SVG - JS / TypeScript API 示例: : 这是一个使用 TypeScript(或 JavaScript)创建 SVG 图形的简单 API。 代码示例: this.svg = new SVGCanvas( htmlElement ); // Create an SVG element this.svg.width = 800; this.svg.height = 600; this.rect = new SVGRectangle();// Create & add Rectangle this.rect.width = 200; this.rect.height = 200; this.rect.x = 10; this.rect.y = 10; this.arcPath.fill( '#00ff00' ); this.svg.append( this.re


【文件预览】:
SVGTypeScriptAPI-master
----package.json(487B)
----src()
--------SVGTestStartup.ts(131B)
--------SVGPerfTest.ts(5KB)
--------SVGPertTestStartup.ts(143B)
--------kurst()
--------SVGTest.ts(8KB)
--------libs()
--------SVGLoadersTest.ts(4KB)
--------config.ts(153B)
--------SVGFFTTest.ts(5KB)
--------SVGFFTTestStartup.ts(140B)
--------SVGLoadersTestStartup.ts(152B)
----bin()
--------assets()
--------index_LoadersTest.html(937B)
--------js()
--------index_FFTTest.html(933B)
--------index_Test.html(1KB)
--------index_PerfTest.html(878B)
----.bowerrc(44B)
----Gruntfile.js(3KB)
----release()
--------index_LoadersTest.html(848B)
--------index_FFTTest.html(845B)
--------index_Test.html(1KB)
----README.md(1KB)
----bower.json(237B)

网友评论