﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
15169	*.svg image not working in preset (zip) file	Allroads	Allroads	"When I make a preset.xml file with a icon [[Image(http://mijndev.openstreetmap.nl/~allroads/JOSM/Styles/images/bicycle-aqua.svg)]]
[http://mijndev.openstreetmap.nl/~allroads/JOSM/Styles/images/bicycle-aqua.svg]

In the xml file are these two lines of code then the icon shows up in the menu.
{{{
#!xml
<group name=""Use sidepath""  icon=""http://mijndev.openstreetmap.nl/~allroads/JOSM/Styles/images/bicycle-aqua.svg"" >
<label icon=""http://mijndev.openstreetmap.nl/~allroads/JOSM/Styles/images/bicycle-aqua.svg"" icon_size=""30"" text=""Set use_sidepath for bicycle."" />
}}}

But when put the icon bicycle-aqua.svg in the same folder as the *.xml file and of this folder I make a zip file, then the icon is not visible in the menu.

{{{
#!xml
<group name=""Use sidepath""  icon=""bicycle-aqua.svg"" >
<label icon=""bicycle-aqua.svg"" icon_size=""30"" text=""Set use_sidepath for bicycle."" />
}}}

Is there a explanation?"	defect	closed	normal		External preset	tested	worksforme	icon zip	
