Ticket #289 (closed defect/bug: fixed)
Gui_zoom_out.svg has bad info
| Reported by: | Gerritv | Owned by: | KaZeR |
|---|---|---|---|
| Priority: | major | Milestone: | version 0.2.0 |
| Component: | core | Version: | svn |
| Keywords: | Cc: |
Description
I missed this one in trac 285, gui_zoom_out.svg has 48.00000px, rsvg2png and other tools don't like this format
Index: navit/xpm/gui_zoom_out.svg =================================================================== --- navit/xpm/gui_zoom_out.svg (revision 2006) +++ navit/xpm/gui_zoom_out.svg (working copy) @@ -17,8 +17,8 @@
inkscape:version="0.44" sodipodi:version="0.32" id="svg249"
- height="48.000000px"
- width="48.000000px"
+ height="48px" + width="48px"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs3">
Change History
Note: See
TracTickets for help on using
tickets.

Applied in r2007. Thanks Gerritv.