Fixed issue 407, removed marker warning on png export

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1558 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-04-30 16:16:23 +00:00
parent fa44f7d2ef
commit 52746f46f2
2 changed files with 30 additions and 5 deletions

View File

@@ -170,7 +170,6 @@ var isOpera = !!window.opera,
"exportNoBlur": "Blurred elements will appear as un-blurred",
"exportNoImage": "Image elements will not appear",
"exportNoforeignObject": "foreignObject elements will not appear",
"exportNoMarkers": "Marker elements (arrows, etc) may not appear as expected",
"exportNoDashArray": "Strokes will appear filled",
"exportNoText": "Text may not appear as expected"
},
@@ -6295,7 +6294,6 @@ function BatchCommand(text) {
'feGaussianBlur': uiStrings.exportNoBlur,
'image': uiStrings.exportNoImage,
'foreignObject': uiStrings.exportNoforeignObject,
'marker': uiStrings.exportNoMarkers,
'[stroke-dasharray]': uiStrings.exportNoDashArray
};
var content = $(svgcontent);