Issue 115: First attempt at an eye-dropper extension/tool. Also add color-interpolation-filters attribute to whitelist

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1486 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-03-29 03:22:42 +00:00
parent 6e92d40ee1
commit effc4200e9
5 changed files with 128 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
imgPath: 'images/',
langPath: 'locale/',
extPath: 'extensions/',
extensions: ['ext-arrows.js', 'ext-connector.js'],
extensions: ['ext-arrows.js', 'ext-connector.js', 'ext-eyedropper.js'],
initTool: 'select',
wireframe: false
},