⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
svg-pathdata
/
lib
/
View File Name :
TransformableSVG.d.ts
import { TransformFunction } from "./types"; export declare abstract class TransformableSVG { round(x?: number): this; toAbs(): this; toRel(): this; normalizeHVZ(a?: boolean, b?: boolean, c?: boolean): this; normalizeST(): this; qtToC(): this; aToC(): this; sanitize(eps?: number): this; translate(x: number, y?: number): this; scale(x: number, y?: number): this; rotate(a: number, x?: number, y?: number): this; matrix(a: number, b: number, c: number, d: number, e: number, f: number): this; skewX(a: number): this; skewY(a: number): this; xSymmetry(xOffset?: number): this; ySymmetry(yOffset?: number): this; annotateArcs(): this; abstract transform(transformFunction: TransformFunction): this; }