From df8c220714fbca407ab7f9466f112bd00d14e2aa Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Mon, 19 Oct 2009 19:06:07 +0000 Subject: [PATCH] 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 --- editor/svg-editor.css | 4 ++++ editor/svg-editor.html | 11 +++++++---- editor/svg-editor.js | 4 ++++ editor/svgcanvas.js | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 48 insertions(+), 4 deletions(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 6be2240f..cd7045fd 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -526,6 +526,10 @@ span.zoom_tool { margin-bottom: .2em; } +#canvas_title { + display: block; +} + #svg_source_editor #svg_source_textarea { position: relative; width: 95%; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index ab90210e..ca88aea5 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -373,17 +373,20 @@ script type="text/javascript" src="locale/locale.min.js"> + + +
- Canvas Background + Canvas Background
- Canvas Dimensions + Canvas Dimensions - + - +