Add angle spinner to select panel - does nothing yet

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@383 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-08-14 22:50:34 +00:00
parent 28020bc2e2
commit 93611c6c71
3 changed files with 17 additions and 6 deletions

View File

@@ -6,6 +6,10 @@ if(!window.console) {
}
// this defines which elements and attributes that we support
// TODO: add <g> elements to this
// TODO: add <polygon> elements to this
// TODO: add <a> elements to this
// TODO: add xmlns:xlink attr to <svg> element
var svgWhiteList = {
"circle": ["cx", "cy", "fill", "fill-opacity", "id", "stroke", "r", "stroke-opacity", "stroke-width", "stroke-dasharray", "transform"],
"defs": [],