Allow to rasterize SVG files to PNG for site generation. The SVG files are pre-processed by velocity before to be rasterized.
For instance you can refer to the current version of the project by adding ${pom.currentVersion} somewhere in your svg file.
| PNG file | SVG file |
|---|---|
| Corresponding SVG
here
...
<text>${pom.currentVersion}</text>
... |