annotate client/digitallibrary/jquery/img/make_icon.cmd @ 743:05665cc70a5f
jquery
zoom-drag background follows rotation and mirror
author |
robcast |
date |
Wed, 02 Feb 2011 22:28:36 +0100 |
parents |
ab8054bba8d3 |
children |
|
rev |
line source |
692
|
1 @echo off
|
|
2 setlocal
|
|
3
|
|
4 rem saxon embedded.svg embedded_icons.xsl
|
|
5
|
|
6 set ink=C:\prog_mr\inkscape-0.48.1\inkscape.exe
|
|
7
|
|
8 %ink% embedded\svg\%1.svg --export-png=embedded\16\%1.png -w16 -h16
|
|
9 %ink% embedded\svg\%1.svg --export-png=embedded\32\%1.png -w32 -h32
|
|
10
|
|
11 endlocal |