summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2010-02-04 16:54:27 +0000
committerRobin Watts <robin.watts@artifex.com>2010-02-04 16:54:27 +0000
commite3213353e5fb5e379df0164fc09ad007716a6d1e (patch)
tree56bfdd7f43368d0540bcd7f7769c00a94ed25d8c /win32
parentf7dd428fb142c7de5f6f7cabb13cec26fa6e603e (diff)
Added a new tiger.svg example file. This is generated by loading tiger.eps
into Xara Xtreme and exporting it as an svg. Some hand editing has been performed to remove some unused definitions from the start of the file that cause gsvg to output text to stdout. Update win32/ReadMe.txt to use this new example file in the example debugging command lines. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10708 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/ReadMe.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/ReadMe.txt b/win32/ReadMe.txt
index 171ad2342..ead9624b5 100755
--- a/win32/ReadMe.txt
+++ b/win32/ReadMe.txt
@@ -98,11 +98,11 @@ settings are as follows:
svg
Debug
Cmd ..\svg\debugobj\gsvg.exe
- Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp test.svg
+ Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp tools\tiger.svg
Dir ..
Release
Cmd ..\svg\obj\gsvg.exe
- Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp test.svg
+ Args -r72 -sDEVICE=bmp16m -sOutputFile=out.bmp tools\tiger.svg
Dir ..
xps
Debug