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:
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user