mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
添加对css滤镜的支持
This commit is contained in:
parent
94e966d147
commit
ce9a89826c
@ -51,7 +51,7 @@ import {SelectElementContainer} from '../../dom/elements/select-element-containe
|
||||
import {IFrameElementContainer} from '../../dom/replaced-elements/iframe-element-container';
|
||||
import {TextShadow} from '../../css/property-descriptors/text-shadow';
|
||||
import {Filter} from '../../css/property-descriptors/filter';
|
||||
import {stackBlurImage} from '../../css/types/functions/stackBlur';
|
||||
import {stackBlurImage} from '../../css/types/functions/stack-blur';
|
||||
|
||||
export type RenderConfigurations = RenderOptions & {
|
||||
backgroundColor: Color | null;
|
||||
|
Loading…
Reference in New Issue
Block a user