Remove debug alert, woops
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@70 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -129,9 +129,7 @@ function SvgCanvas(c)
|
|||||||
selected = newSelected;
|
selected = newSelected;
|
||||||
|
|
||||||
if (selected != null) {
|
if (selected != null) {
|
||||||
try{
|
|
||||||
var bbox = selected.getBBox();
|
var bbox = selected.getBBox();
|
||||||
}catch(e) { alert(selected); }
|
|
||||||
// ideally we should create this element once during init, then remove from the DOM
|
// ideally we should create this element once during init, then remove from the DOM
|
||||||
// and re-append to end of documentElement. This will also allow us to do some
|
// and re-append to end of documentElement. This will also allow us to do some
|
||||||
// interesting things like animate the stroke-dashoffset using a SMIL <animate> child
|
// interesting things like animate the stroke-dashoffset using a SMIL <animate> child
|
||||||
|
|||||||
Reference in New Issue
Block a user