下采样冲突解决
This commit is contained in:
parent
2a932ac01d
commit
7cfb730499
|
@ -36,7 +36,7 @@ export class SVGParseImpl implements IParseSvg {
|
||||||
editable: true,
|
editable: true,
|
||||||
desiredSize: defaultSize
|
desiredSize: defaultSize
|
||||||
};
|
};
|
||||||
if (request?.downsampType.getName()!==undefined && request?.downsampType.getName()!=='DownsampleNone') {
|
if (option?.downsampType.getName()!==undefined && option?.downsampType.getName()!=='DownsampleNone') {
|
||||||
const b: ESObject = new Downsampler().calculateScaling(imageInfo, hValue, wValue, option)
|
const b: ESObject = new Downsampler().calculateScaling(imageInfo, hValue, wValue, option)
|
||||||
opts = {
|
opts = {
|
||||||
editable: true,
|
editable: true,
|
||||||
|
|
Loading…
Reference in New Issue