⚝
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
/
canvg
/
lib
/
Edit File: Property.d.ts
import { Axis } from './ViewPort'; import Document, { Element } from './Document'; export default class Property<T = any> { private readonly document; private readonly name; private value; static empty(document: Document): Property<string>; static readonly textBaselineMapping: { baseline: string; 'before-edge': string; 'text-before-edge': string; middle: string; central: string; 'after-edge': string; 'text-after-edge': string; ideographic: string; alphabetic: string; hanging: string; mathematical: string; }; private isNormalizedColor; constructor(document: Document, name: string, value: T); split(separator?: string): Property<string>[]; hasValue(zeroIsValue?: boolean): boolean; isString(regexp?: RegExp): boolean; isUrlDefinition(): boolean; isPixels(): boolean; setValue(value: T): this; getValue(def?: T): T; getNumber(def?: T): number; getString(def?: T): string; getColor(def?: T): string; getDpi(): number; getRem(): number; getEm(): number; getUnits(): string; getPixels(axis?: Axis, processPercent?: boolean): number; getPixels(isFontSize?: boolean): number; getMilliseconds(): number; getRadians(): number; getDefinition<T extends Element>(): T; getFillStyleDefinition(element: Element, opacity: Property): string | CanvasPattern | CanvasGradient; getTextBaseline(): string; addOpacity(opacity: Property): Property<string>; } //# sourceMappingURL=Property.d.ts.map
Simpan