Opened 11 years ago
Closed 11 years ago
#976 closed defect/bug (fixed)
Icon for "unknown" is ugly
Reported by: | sleske | Owned by: | woglinde |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | gui/internal | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
The icon used for unknown POIs (a yellow question mark) is rather ugly, because it is a low-res XPM file. It should really be replaced with a SVG.
Attachments (2)
Change History (6)
Changed 11 years ago by sleske
comment:1 Changed 11 years ago by sleske
My patch replaces the icon unknown.xpm with an SVG file. This produces a nicer image; see attached PNG for comparison.
comment:2 Changed 11 years ago by woglinde
- Owner changed from cp15 to woglinde
comment:3 Changed 11 years ago by woglinde
Thanks Sleske,
I had to edit the svg to set width and length to non float numbers to make the rsvg converter happy and I needed to edit some code where unknown.xpm was used.
Patch was commited with revision 4860
comment:4 Changed 11 years ago by woglinde
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Patch to replace unknown.xpm with a SVG