From ae1ef30956f441edb28e1249f15c9998efab721e Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Fri, 19 Feb 2010 22:40:04 +0000 Subject: [PATCH] Make close_path icons work The icons still need tweaking (in particular, I don't know why the arrowhead doesn't render), but at least we can see them now :-). git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1415 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/extensions/closepath_icons.svg | 85 ++++++++++++++------------- editor/extensions/ext-closepath.js | 4 +- 2 files changed, 45 insertions(+), 44 deletions(-) diff --git a/editor/extensions/closepath_icons.svg b/editor/extensions/closepath_icons.svg index f33f6be7..18abea78 100644 --- a/editor/extensions/closepath_icons.svg +++ b/editor/extensions/closepath_icons.svg @@ -1,44 +1,45 @@ - - - - - - - - - Layer 1 - - - - - - - - - - - - - - - - Layer 1 - - - - - - - - - - - - - - - - - + + + + + + + + + Layer 1 + + + + + + + + + + + + + + + + Layer 1 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/editor/extensions/ext-closepath.js b/editor/extensions/ext-closepath.js index 28afd61c..e7fcccbe 100644 --- a/editor/extensions/ext-closepath.js +++ b/editor/extensions/ext-closepath.js @@ -46,7 +46,7 @@ $(function() { return { name: "ClosePath", - svgicons: "extensions/closepath-icons.svg", + svgicons: "extensions/closepath_icons.svg", buttons: [{ id: "tool_openpath", type: "context", @@ -88,7 +88,7 @@ $(function() { showPanel(false); } } - }, + } }; }); });