Added --enable-viewboxing option and stop setting width/height to 100% by default
This commit is contained in:
parent
8caa66edf9
commit
22fd47ab23
4 changed files with 17 additions and 4 deletions
|
|
@ -3,5 +3,5 @@ mkdir $1
|
|||
for FILE in `ls fulltests`
|
||||
do
|
||||
echo Doing $FILE:
|
||||
./scour.py -i fulltests/$FILE -o $1/$FILE 2>> $1/report.txt
|
||||
python ./scour.py -i fulltests/$FILE -o $1/$FILE 2>> $1/report.txt
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue