Made more improvents to textedit mode, now works on transformed elements

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1517 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-04-12 19:11:35 +00:00
parent 010d395590
commit 7ac3d0456b
4 changed files with 101 additions and 37 deletions

View File

@@ -608,6 +608,11 @@ span.zoom_tool {
position: relative;
}
#text {
position: absolute;
left: -9999px;
}
#tool_bold span, #tool_italic span {
position: absolute;
width: 100%;