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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user