mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-09 00:43:23 +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. :)
|
// Hack for backward compatibility . This can be removed in 2012. :)
|
||||||
String imgPath;
|
String imgPath;
|
||||||
if (imgUrl.contains("images")) {
|
if (imgUrl.contains("images")) {
|
||||||
imgPath = imgBaseUrl + "../images/" + iconName;
|
imgPath = imgBaseUrl + "/../images/" + iconName;
|
||||||
} else {
|
} else {
|
||||||
imgPath = imgBaseUrl + imgUrl;
|
imgPath = imgBaseUrl + imgUrl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user