Browse Source
* commit 'f068030caf86c87e4b6a4c359c9a347920562ab0': REPORT-27578 【10.0回归】模版导出svg 0kbrelease/10.0
zhouping
5 years ago
8 changed files with 28 additions and 2 deletions
@ -0,0 +1 @@ |
|||||||
|
org.apache.xmlgraphics.util.uri.DataURIResolver |
@ -0,0 +1,4 @@ |
|||||||
|
org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered |
||||||
|
org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap |
||||||
|
org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D |
||||||
|
org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG |
@ -0,0 +1,6 @@ |
|||||||
|
org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO |
||||||
|
org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw |
||||||
|
org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax |
||||||
|
org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryEPS |
||||||
|
org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryInternalTIFF |
||||||
|
org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryPNG |
@ -0,0 +1,8 @@ |
|||||||
|
org.apache.xmlgraphics.image.loader.impl.PreloaderTIFF |
||||||
|
org.apache.xmlgraphics.image.loader.impl.PreloaderGIF |
||||||
|
org.apache.xmlgraphics.image.loader.impl.PreloaderJPEG |
||||||
|
org.apache.xmlgraphics.image.loader.impl.PreloaderBMP |
||||||
|
org.apache.xmlgraphics.image.loader.impl.PreloaderEMF |
||||||
|
org.apache.xmlgraphics.image.loader.impl.PreloaderEPS |
||||||
|
org.apache.xmlgraphics.image.loader.impl.imageio.PreloaderImageIO |
||||||
|
org.apache.xmlgraphics.image.loader.impl.PreloaderRawPNG |
@ -0,0 +1,5 @@ |
|||||||
|
org.apache.xmlgraphics.image.writer.internal.PNGImageWriter |
||||||
|
org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter |
||||||
|
org.apache.xmlgraphics.image.writer.imageio.ImageIOPNGImageWriter |
||||||
|
org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter |
||||||
|
org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter |
Loading…
Reference in new issue