Opened 14 years ago
Closed 14 years ago
#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: | git master |
Severity: | 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 (1)
comment:1 Changed 14 years ago by Singesang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Applied in r2007. Thanks Gerritv.