[[PageOutline(2-5,Contents,pullout)]] = Display SVG image on Trac pages {{{#!box warning **Notice:** TracImageSvgMacro is deprecated. SVG files can be rendered in modern browsers using Trac's Image macro. If you need to display an SVG image with embedded, clickable links, the plugin is still relevant (as of 2018). }}} == Description This is a macro that allows you to display a [wikipedia:Scalable_Vector_Graphics SVG image] in Trac wiki pages and in tickets using the ImageSvg macro. This macro can run in Trac 0.10 and 1.0. This macro is to be used as follows: 1. Upload svg files to a wiki page or a ticket, eg: [attachment:Warning.svg Warning.svg]. 1. Display svg image in wiki page !TopPage/SubPage. * Display right in !TopPage/SubPage: {{{ [[ImageSvg(Warning.svg)]] }}} * Display in other pages or tickets: {{{ [[ImageSvg(wiki:TopPage/SubPage:Warning.svg)]] }}} 1. Display svg image in ticket 123. * Display right in ticket 123: {{{ [[ImageSvg(Warning.svg)]] }}} * Display in other wiki pages or tickets which reference svg attachment of ticket 123: {{{ [[ImageSvg(ticket:123:Warning.svg)]] }}} == Bugs/Feature Requests Existing bugs and feature requests for TracImageSvgMacro are [report:9?COMPONENT=TracImageSvgMacro here]. If you have any issues, create a [/newticket?component=TracImageSvgMacro new ticket]. [[TicketQuery(component=TracImageSvgMacro,group=type,format=progress)]] == Download Download the zipped source from [export:tracimagesvgmacro here]. == Source You can check out TracImageSvgMacro from [/svn/tracimagesvgmacro here] using Subversion, or [source:tracimagesvgmacro browse the source] with Trac. == Installation * For Trac 0.10, please see [/browser/tracimagesvgmacro/0.10/imagesvg/readme.txt here]. * For Trac 0.11, please see [/browser/tracimagesvgmacro/0.11/imagesvg/readme.txt here]. == Recent Changes [[ChangeLog(tracimagesvgmacro, 3)]] == Author/Contributors '''Author:''' [wiki:richard] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:nmadura] See:'''ZoomQuiet''' ~ Collection KSPEG Trac hacking