Fix Issue 14: manual merge of text-enabled branch into trunk to enable text element creation/editing
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@85 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<div id="tool_fhellipse" title="Free-Hand Ellipse"></div>
|
||||
</div>
|
||||
|
||||
<div id="tools">
|
||||
<div id="tools" class="tools_panel">
|
||||
|
||||
<div>
|
||||
<img class="tool_button" id="tool_select" src="images/select.png" title="Select Tool [1]" alt="Select"/><br/>
|
||||
@@ -97,7 +97,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<hr/>
|
||||
<div>
|
||||
<div>opacity<br/>
|
||||
<select id="group_opacity" title="Change group opacity">
|
||||
<option selected="selected" value="1">100 %</option>
|
||||
<option value="0.9">90 %</option>
|
||||
@@ -126,6 +126,33 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="text_panel" class="tools_panel">
|
||||
<div>text
|
||||
<select id="font_family" class="text_tool" title="Change Font Family" disabled>
|
||||
<option selected="selected" value="serif">serif</option>
|
||||
<option selected="selected" value="sans-serif">sans-serif</option>
|
||||
<option selected="selected" value="cursive">cursive</option>
|
||||
<option selected="selected" value="fantasy">fantasy</option>
|
||||
<option selected="selected" value="monospace">monospace</option>
|
||||
</select>
|
||||
<select id="font_size" class="text_tool" title="Change Font Size" disabled>
|
||||
<option selected="selected" value="6pt">6pt</option>
|
||||
<option selected="selected" value="8pt">8pt</option>
|
||||
<option selected="selected" value="10pt">10pt</option>
|
||||
<option selected="selected" value="12pt">12pt</option>
|
||||
<option selected="selected" value="14pt">14pt</option>
|
||||
<option selected="selected" value="16pt">16pt</option>
|
||||
<option selected="selected" value="24pt">24pt</option>
|
||||
<option selected="selected" value="32pt">32pt</option>
|
||||
<option selected="selected" value="48pt">48pt</option>
|
||||
<option selected="selected" value="64pt">64pt</option>
|
||||
<option selected="selected" value="80pt">80pt</option>
|
||||
<option selected="selected" value="100pt">100pt</option>
|
||||
</select>
|
||||
<input id="text" class="text_tool" type="text" title="Change text contents" size="60" disabled/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user