[ 
https://issues.apache.org/jira/browse/BATIK-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135103#comment-16135103
 ] 

simon steiner edited comment on BATIK-1167 at 8/21/17 12:31 PM:
----------------------------------------------------------------

Working for me in trunk


was (Author: ssteiner1):
Should be fixed in trunk

> maven dependencies incomplete for rasterizer module
> ---------------------------------------------------
>
>                 Key: BATIK-1167
>                 URL: https://issues.apache.org/jira/browse/BATIK-1167
>             Project: Batik
>          Issue Type: Bug
>          Components: SVG Rasterizer
>    Affects Versions: 1.7.1
>            Reporter: Mark
>            Priority: Minor
>
> SVG2JPEG transcoding example only works after I tediously found out what was 
> missing:
>         <dependency>
>             <groupId>org.apache.xmlgraphics</groupId>
>             <artifactId>batik-transcoder</artifactId>
>             <version>1.9.0-SNAPSHOT</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.xmlgraphics</groupId>
>             <artifactId>batik-codec</artifactId>
>             <version>1.9.0-SNAPSHOT</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.xmlgraphics</groupId>
>             <artifactId>xmlgraphics-commons</artifactId>
>             <version>2.1</version>
>         </dependency>
> In addition to that, it didn't help that in version 1.8 stuff was built 
> without debug symbols despite the fact that debug symbols have no performance 
> impact in Java. Additionally, exception causes are getting suppressed by 
> TranscoderException which doesn't help either (ImageWriter implementations 
> were missing too, ie. batik-codec).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org

Reply via email to