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 9b30e90 commit e5362daCopy full SHA for e5362da
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/SVGRasterizer.java
@@ -31,7 +31,7 @@ public interface SVGRasterizer {
31
* not be 0.
32
* @return the {@link ImageData} for the rasterized image, or {@code null} if
33
* the input is not a valid SVG file or cannot be processed.
34
- * @throws IOException if an error occurs while reading the SVG data.
+ * @throws IOException
35
*/
36
public ImageData[] rasterizeSVG(InputStream stream, int zoom) throws IOException;
37
}
0 commit comments