@vivliostyle/core 2.30.2 → 2.30.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -190,9 +190,10 @@ export declare class Viewport {
|
|
|
190
190
|
root: HTMLElement;
|
|
191
191
|
private outerZoomBox;
|
|
192
192
|
contentContainer: HTMLElement;
|
|
193
|
-
layoutBox:
|
|
193
|
+
layoutBox: HTMLElement;
|
|
194
194
|
width: number;
|
|
195
195
|
height: number;
|
|
196
|
+
scaleRatio: number;
|
|
196
197
|
constructor(window: Window, fontSize: number, pixelRatio: number, opt_root?: HTMLElement, opt_width?: number, opt_height?: number);
|
|
197
198
|
/**
|
|
198
199
|
* Reset zoom.
|