source: imaps-frontend/node_modules/canvg/lib/Document/FeGaussianBlurElement.d.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 521 bytes
Line 
1import { RenderingContext2D } from '../types';
2import Document from './Document';
3import Element from './Element';
4export default class FeGaussianBlurElement extends Element {
5 type: string;
6 readonly extraFilterDistance: number;
7 protected readonly blurRadius: number;
8 constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
9 apply(ctx: RenderingContext2D, x: number, y: number, width: number, height: number): void;
10}
11//# sourceMappingURL=FeGaussianBlurElement.d.ts.map
Note: See TracBrowser for help on using the repository browser.