Opened 9 years ago
Closed 9 years ago
#1221 closed defect/bug (fixed)
No --output for ksvgtopng
Reported by: | tobe deprez | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | install | Version: | git master |
Severity: | normal | Keywords: | cmake, ksvgtopng |
Cc: |
Description
In the file navit/xpm/CMakeLists.txt (line 25, you run the command
ksvgtopng ${NEW_SCALE} ${NEW_SCALE} ${IMAGE_INPUT} --output ${IMAGE_OUTPUT}
However, the syntax of ksvgtopng is
ksvgtopng width height svgfilename outputfilename
So, the '--output' should be removed.
Change History (1)
comment:1 Changed 9 years ago by sleske
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fix committed in r5827. Thanks!