V1_commit_RGC
This commit is contained in:
9
SuiviREForamteur/node_modules/canvg/lib/Document/RenderedElement.d.ts
generated
vendored
Normal file
9
SuiviREForamteur/node_modules/canvg/lib/Document/RenderedElement.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { RenderingContext2D } from '../types';
|
||||
import Element from './Element';
|
||||
export default abstract class RenderedElement extends Element {
|
||||
private modifiedEmSizeStack;
|
||||
protected calculateOpacity(): number;
|
||||
setContext(ctx: RenderingContext2D, fromMeasure?: boolean): void;
|
||||
clearContext(ctx: RenderingContext2D): void;
|
||||
}
|
||||
//# sourceMappingURL=RenderedElement.d.ts.map
|
||||
Reference in New Issue
Block a user