1 | import { RenderingContext2D } from '../types';
|
2 | import { Element } from './Element';
|
3 | export declare abstract class RenderedElement extends Element {
|
4 | private modifiedEmSizeStack;
|
5 | protected calculateOpacity(): number;
|
6 | setContext(ctx: RenderingContext2D, fromMeasure?: boolean): void;
|
7 | clearContext(ctx: RenderingContext2D): void;
|
8 | }
|
9 | //# sourceMappingURL=RenderedElement.d.ts.map |
\ | No newline at end of file |