Opened 13 years ago
Closed 13 years ago
#458 closed defect/bug (fixed)
Flag and Navigation svg/svgz images not converted to pngs
Reported by: | stinke | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
The default behaviour of configure is to not convert and scale flag and navigation images to pngs. When using at least the sdl renderer, this results in many images not being found.
My attempt also sets the default scales for flag and navigation images.
It's still confusing that "--enable-svg2png-scale-*" needs parameters which I failed to see at first. Took a while to figure that out.
Attachments (1)
Change History (3)
Changed 13 years ago by stinke
comment:1 Changed 13 years ago by stinke
- Summary changed from Flag and Navigation images not converted to Flag and Navigation svg/svgz images not converted to pngs
comment:2 Changed 13 years ago by singesang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Applied in r2537. Thanks for the patch.