Changes between Version 10 and Version 11 of TracImageSvgMacro


Ignore:
Timestamp:
Mar 5, 2015, 1:31:06 PM (9 years ago)
Author:
figaro
Comment:

Tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracImageSvgMacro

    v10 v11  
    1 = Display SVG image =
     1= Display SVG image
     2
    23[[TOC]]
    3  SEE:'''ZoomQuiet''' ~ Collection KSPEG Trac hacking
    44
    5 == Description ==
     5== Description
    66
    7 Display svg image in wiki, tickets using !ImageSvg macro. This macro can run in trac 0.10 ~ 1.0.
     7Display a [http://en.wikipedia.org/wiki/Scalable_Vector_Graphics SVG image] in wiki pages and in tickets using the !ImageSvg macro. This macro can run in Trac 0.10 and 1.0.
    88
    9 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1010
    11 Existing bugs and feature requests for TracImageSvgMacro are
    12 [report:9?COMPONENT=TracImageSvgMacro here].
     11Existing bugs and feature requests for TracImageSvgMacro are [report:9?COMPONENT=TracImageSvgMacro here].
    1312
    14 If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracImageSvgMacro&owner=richard new ticket].
     13If you have any issues, create a [http://trac-hacks.org/newticket?component=TracImageSvgMacro&owner=richard new ticket].
    1614
    17 == Download ==
     15[[TicketQuery(component=TracImageSvgMacro,group=type,format=progress)]]
     16
     17== Download
    1818
    1919Download the zipped source from [download:tracimagesvgmacro here].
    2020
    21 == Source ==
     21== Source
    2222
    2323You can check out TracImageSvgMacro from [http://trac-hacks.org/svn/tracimagesvgmacro here] using Subversion, or [source:tracimagesvgmacro browse the source] with Trac.
    2424
    25 = Install =
    26  * For trac 0.10, please see: [http://trac-hacks.org/browser/tracimagesvgmacro/0.10/imagesvg/readme.txt here]
    27  * For trac 0.11, please see: [http://trac-hacks.org/browser/tracimagesvgmacro/0.11/imagesvg/readme.txt here]
     25== Installation
    2826
    29 == Example ==
     27 * For Trac 0.10, please see [http://trac-hacks.org/browser/tracimagesvgmacro/0.10/imagesvg/readme.txt here].
     28 * For Trac 0.11, please see [http://trac-hacks.org/browser/tracimagesvgmacro/0.11/imagesvg/readme.txt here].
     29
     30== Example
    3031
    3132 1. Upload svg files to wiki or ticket, eg: [attachment:Warning.svg Warning.svg]
     
    4950}}}
    5051
    51 == Recent Changes ==
     52== Recent Changes
    5253
    5354[[ChangeLog(tracimagesvgmacro, 3)]]
    5455
    55 == Author/Contributors ==
     56== Author/Contributors
    5657
    5758'''Author:''' [wiki:richard] [[BR]]
    5859'''Maintainer:''' [wiki:richard] [[BR]]
    5960'''Contributors:''' [wiki:nmadura]
     61
     62See:'''ZoomQuiet''' ~ Collection KSPEG Trac hacking