Added ability to set title for image (issue 125). Also: use native base64 encoder if found when encoding

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@843 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-10-19 19:06:07 +00:00
parent e667d63ac8
commit df8c220714
4 changed files with 48 additions and 4 deletions

View File

@@ -526,6 +526,10 @@ span.zoom_tool {
margin-bottom: .2em;
}
#canvas_title {
display: block;
}
#svg_source_editor #svg_source_textarea {
position: relative;
width: 95%;