﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20838	Inconsitency with svg image from osm source and Image() macro	skyper	stoecker	"There seems to be some inconsistency in with `[[Image()]]` macro and the interlinks to source: 

Following works with png:
||  [[Image(source:osm/applications/editors/josm/plugins/HouseNumberTaggingTool/images/home-icon32.png)]]  || `[[Image(source:osm/applications/editors/josm/plugins/HouseNumberTaggingTool/images/home-icon32.png)]]` ||
||  [[Image(osm:source:/applications/editors/josm/plugins/HouseNumberTaggingTool/images/home-icon32.png)]]  || `[[Image(osm:source:/applications/editors/josm/plugins/HouseNumberTaggingTool/images/home-icon32.png)]]` ||

but not with svg:
||  [[Image(source:osm/applications/editors/josm/plugins/reverter/images/revert-changeset.svg)]]  || `[[Image(source:osm/applications/editors/josm/plugins/reverter/images/revert-changeset.svg)]]` ||
||  [[Image(osm:source:/applications/editors/josm/plugins/reverter/images/revert-changeset.svg)]]  || `[[Image(osm:source:/applications/editors/josm/plugins/reverter/images/revert-changeset.svg)]]` ||

The macro should use the source in both ways and not link to the source code of the image. It is an Image macro and I do not need it if I want to link to the source code."	defect	new	normal		Trac			Image macro svg source	
