mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Fix wrong SVG images export.
This commit is contained in:
parent
8c6ef376b7
commit
973f3b9365
@ -215,7 +215,7 @@ public class ExporterFactory {
|
||||
// Hack for backward compatibility . This can be removed in 2012. :)
|
||||
String imgPath;
|
||||
if (imgUrl.contains("images")) {
|
||||
imgPath = imgBaseUrl + "../images/" + iconName;
|
||||
imgPath = imgBaseUrl + "/../images/" + iconName;
|
||||
} else {
|
||||
imgPath = imgBaseUrl + imgUrl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user