cadviewer 10.53.7 → 10.54.1
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.
package/dist/cadviewer.d.ts
CHANGED
|
@@ -949,4 +949,5 @@ declare module 'cadviewer' {
|
|
|
949
949
|
export function cvjs_getLayerTable(f_div: string): any;
|
|
950
950
|
export function cvjs_setViewBox(f_div: string, x: number, y: number, width: number, height: number): void;
|
|
951
951
|
export function cvjs_setScrollWheelDefaultZoomFactor(factor: number): void;
|
|
952
|
+
export function cvjs_setPrintPDFLineWeightFactor(factor: number): void;
|
|
952
953
|
}
|