We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3eded4 commit dd217b0Copy full SHA for dd217b0
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/SVGFileFormat.java
@@ -43,7 +43,7 @@ boolean isFileFormat(LEDataInputStream stream) throws IOException {
43
44
@Override
45
List<ElementAtZoom<ImageData>> loadFromByteStream(int fileZoom, int targetZoom) {
46
- return Arrays.stream(loadFromByteStream(targetZoom)).map(d -> new ElementAtZoom<>(d, fileZoom)).toList();
+ return Arrays.stream(loadFromByteStream(targetZoom)).map(d -> new ElementAtZoom<>(d, targetZoom)).toList();
47
}
48
49
private ImageData[] loadFromByteStream(int targetZoom) {
0 commit comments