Added fix to jQuery.attr() function to make it work with SVG elements, started work on marker color changing

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1355 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-02-08 16:39:14 +00:00
parent c5ae5436e2
commit b25f8b6d92
3 changed files with 129 additions and 24 deletions

View File

@@ -42,7 +42,6 @@ function svg_edit_setup() {
default_img_url = "images/logo.png",
workarea = $("#workarea");
// Store and retrieve preferences
$.pref = function(key, val) {
if(val) curPrefs[key] = val;