You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2017/07/31 09:06:00 UTC

[jira] [Comment Edited] (ISIS-1604) Extend support for SVG (3 additional dependencies, it seems)

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

Dan Haywood edited comment on ISIS-1604 at 7/31/17 9:05 AM:
------------------------------------------------------------

Have decided to "support" this by adding a hint-n-tip to the wicket viewer documentation, see http://isis.apache.org/guides/ugvw/ugvw.html#_ugvw_hints-and-tips_svg-support


was (Author: danhaywood):
Have decided to "support" this by adding a hint-n-tip to the wicket viewer documentation.

> Extend support for SVG (3 additional dependencies, it seems)
> ------------------------------------------------------------
>
>                 Key: ISIS-1604
>                 URL: https://issues.apache.org/jira/browse/ISIS-1604
>             Project: Isis
>          Issue Type: Wish
>          Components: Core: Viewer: Wicket
>    Affects Versions: 1.14.0
>            Reporter: Jörg Rade
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.15.0
>
>         Attachments: knife-logo-header.svg
>
>
> Currently SVG images can be used:
> * as Logo in the upper left corner (Wicket Menubar)
> * on the Login Page (login.html)
> * as favicon ("image/svg+xml", cf. [ISIS-1115])
> SVGs are not displayed  
> * on the welcome page
> SVGs can be attached as Blobs, but they are displayed as bitmaps (by means of the Batik rasterizer) and do not scale. The rasterizer (of course) can not deal with animations (cf. attachment).
> See: https://lists.apache.org/thread.html/68f16dd0306a8101c1cde06e5e6309b8d1b81b388a1f59e123cfc2f3@%3Cusers.isis.apache.org%3E
> {code}
> 		<dependency>
> 			<groupId>com.twelvemonkeys.imageio</groupId>
> 			<artifactId>imageio-batik</artifactId> <!-- svg -->
> 			<version>3.3.2</version>
> 		</dependency>
> 		<dependency>
> 			<groupId>com.twelvemonkeys.imageio</groupId>
> 			<artifactId>imageio-batik</artifactId> <!-- svg -->
> 			<version>3.3.2</version>
> 			<type>test-jar</type>
> 			<scope>test</scope>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.xmlgraphics</groupId>
> 			<artifactId>batik-transcoder</artifactId>
> 			<version>1.8</version>
> 		</dependency>
> {code}



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