From e445baeadd3d9b40241683cd8ca1c62a18300489 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Thu, 1 Apr 2010 19:02:36 +0000 Subject: [PATCH] Added stroke-linejoin support together with experimental UI for stroke styles git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1496 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 14 +++++++++++ editor/svg-editor.html | 19 ++++++++++++++- editor/svg-editor.js | 17 +++++++++++++- editor/svgcanvas.js | 53 ++++++++++++++++++++++++------------------ 4 files changed, 79 insertions(+), 24 deletions(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 63523b8d..1caaef9d 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -698,6 +698,20 @@ span.zoom_tool { height: 26px; } +#toggle_stroke_tools { + letter-spacing: -.2em; + padding-right: 8px; +} + +#toggle_stroke_tools:hover { + cursor: pointer; + background: #FFC; +} + +.stroke_tool { + display: none; +} + .color_tool > *:first-child { -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 38c6d276..7f877458 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -340,6 +340,7 @@ script type="text/javascript" src="locale/locale.min.js"> + -