403Webshell
Server IP : 185.208.173.17  /  Your IP : 87.236.161.98
Web Server : Microsoft-IIS/10.0
System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64
User : IUSR ( 0)
PHP Version : 7.4.13
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/parsmega.nuxt/node_modules/svgo/types/plugins/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/svgo/types/plugins/removeHiddenElems.d.ts
export const name: "removeHiddenElems";
export const description: "removes hidden elements (zero sized, with absent attributes)";
/**
 * Remove hidden elements with disabled rendering:
 * - display="none"
 * - opacity="0"
 * - circle with zero radius
 * - ellipse with zero x-axis or y-axis radius
 * - rectangle with zero width or height
 * - pattern with zero width or height
 * - image with zero width or height
 * - path with empty data
 * - polyline with empty points
 * - polygon with empty points
 *
 * @author Kir Belevich
 *
 * @type {import('../lib/types.js').Plugin<RemoveHiddenElemsParams>}
 */
export const fn: import("../lib/types.js").Plugin<RemoveHiddenElemsParams>;
export type RemoveHiddenElemsParams = {
    isHidden?: boolean | undefined;
    displayNone?: boolean | undefined;
    opacity0?: boolean | undefined;
    circleR0?: boolean | undefined;
    ellipseRX0?: boolean | undefined;
    ellipseRY0?: boolean | undefined;
    rectWidth0?: boolean | undefined;
    rectHeight0?: boolean | undefined;
    patternWidth0?: boolean | undefined;
    patternHeight0?: boolean | undefined;
    imageWidth0?: boolean | undefined;
    imageHeight0?: boolean | undefined;
    pathEmptyD?: boolean | undefined;
    polylineEmptyPoints?: boolean | undefined;
    polygonEmptyPoints?: boolean | undefined;
};

Youez - 2016 - github.com/yon3zu
LinuXploit