From 86a53d1dfa875b8c10bc0aad3c2dec1a96cc6a65 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Wed, 28 Apr 2010 11:54:56 -0500 Subject: [PATCH] Task of Sisyphus: Filter bogus attributes generated by Gecko (again) --- public/svg-edit/editor/locale/lang.en.js | 5 +++- public/svg-edit/editor/svg-editor.html | 1 - public/svg-edit/editor/svg-editor.js | 34 +++++++++++++++++------- public/svg-edit/editor/svgcanvas.js | 7 +++-- 4 files changed, 34 insertions(+), 13 deletions(-) diff --git a/public/svg-edit/editor/locale/lang.en.js b/public/svg-edit/editor/locale/lang.en.js index 8e41a7ca..99728022 100644 --- a/public/svg-edit/editor/locale/lang.en.js +++ b/public/svg-edit/editor/locale/lang.en.js @@ -132,12 +132,13 @@ {"id": "zoom_panel", "title": "Change zoom level"}, {"id": "zoomLabel", "textContent": "zoom:"}, {"id": "sidepanel_handle", "textContent": "L a y e r s", "title": "Drag left/right to resize side panel"}, +{"id": "main_icon", "title": "Main Menu"}, {"id": "tool_blur", "title": "Change gaussian blur value"}, {"id": "tool_position", "title": "Align Element to Page"}, {"id": "idLabel", "title": "Identify the element"}, {"id": "tool_openclose_path", "title": "Open/close sub-path"}, {"id": "tool_add_subpath", "title": "Add sub-path"}, -{"id": "cur_linejoin", "title": "Add sub-path"}, +{"id": "toggle_stroke_tools", "title": "Show/hide more stroke tools"}, {"id": "linejoin_miter", "title": "Linejoin: Miter"}, {"id": "linejoin_round", "title": "Linejoin: Round"}, {"id": "linejoin_bevel", "title": "Linejoin: Bevel"}, @@ -150,6 +151,8 @@ {"id": "mode_connect", "title": "Connect two objects"}, {"id": "connector_no_arrow", "textContent": "No arrow"}, + + { "js_strings": { "QerrorsRevertToSource": "There were parsing errors in your SVG source.\nRevert back to original SVG source?", diff --git a/public/svg-edit/editor/svg-editor.html b/public/svg-edit/editor/svg-editor.html index e500f87f..ff9e2dca 100644 --- a/public/svg-edit/editor/svg-editor.html +++ b/public/svg-edit/editor/svg-editor.html @@ -452,7 +452,6 @@ script type="text/javascript" src="locale/locale.min.js">