Skip to content

Commit 8021539

Browse files
committed
Accepting new baseline
1 parent 07c0468 commit 8021539

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

baselines/dom.generated.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10218,11 +10218,14 @@ declare var SVGViewElement: {
1021810218
}
1021910219

1022010220
interface SVGZoomAndPan {
10221+
zoomAndPan: number;
10222+
}
10223+
10224+
declare var SVGZoomAndPan: {
1022110225
SVG_ZOOMANDPAN_DISABLE: number;
1022210226
SVG_ZOOMANDPAN_MAGNIFY: number;
1022310227
SVG_ZOOMANDPAN_UNKNOWN: number;
1022410228
}
10225-
declare var SVGZoomAndPan: SVGZoomAndPan;
1022610229

1022710230
interface SVGZoomEvent extends UIEvent {
1022810231
newScale: number;

0 commit comments

Comments
 (0)