|
|
|
@ -26,7 +26,6 @@ let xhtml = `<div xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="historyUndo">Undo</li>
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_toolSeparator"> </li>
|
|
|
|
|
|
|
|
|
|
<li data-pwTool="selection" hidden>영역 선택</li>
|
|
|
|
|
<!--<li data-pwTool="hand">Hand</li>-->
|
|
|
|
@ -35,11 +34,11 @@ let xhtml = `<div xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<li class="paintweb_toolSeparator"> </li>
|
|
|
|
|
|
|
|
|
|
<!--<li data-pwCommand="selectionCut">Cut selection</li>-->
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="selectionCrop">자르기</li>
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="selectionFill">가림막</li>
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="selectionForNumberPlate">번호판</li>
|
|
|
|
|
|
|
|
|
|
<span style="align-self:center">
|
|
|
|
|
<li class="paintweb_buttonStyle py-1 h-px-30" data-pwCommand="selectionCrop">자르기</li><br/>
|
|
|
|
|
<li class="paintweb_buttonStyle py-1 h-px-30" data-pwCommand="selectionFill">가림막</li><br/>
|
|
|
|
|
<li class="paintweb_buttonStyle py-1 h-px-30" data-pwCommand="selectionForNumberPlate">번호판</li>
|
|
|
|
|
</span>
|
|
|
|
|
<!-- <li data-pwCommand="selectionCopy">선택영역 복사</li> -->
|
|
|
|
|
<!--<li data-pwCommand="clipboardPaste">Clipboard paste</li>-->
|
|
|
|
|
<!--<li data-pwTool="insertimg">Insert image</li>-->
|
|
|
|
@ -53,11 +52,13 @@ let xhtml = `<div xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
</p>
|
|
|
|
|
</li>
|
|
|
|
|
-->
|
|
|
|
|
<li class="paintweb_toolSeparator"> </li>
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageRotate">Rotate image</li>
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageBright">brighten image</li>
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageDark">darken image</li>
|
|
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageBright">brighten image</li><br/>
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageDark">darken image</li>
|
|
|
|
|
</span>
|
|
|
|
|
<!-- All elements with data-pwTool will have a class name like
|
|
|
|
|
.paintweb_tool_toolID and a generic class name .paintweb_tool. In this
|
|
|
|
|
case the class names will be .paintweb_tool_insertimg and
|
|
|
|
@ -77,6 +78,13 @@ let xhtml = `<div xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
|
|
|
|
<!--<li data-pwTool="eraser">Eraser</li>-->
|
|
|
|
|
<!-- <li data-pwCommand="imageClear">Clear image</li> -->
|
|
|
|
|
<li>
|
|
|
|
|
<label class="w-px-60 pe-2 text-sm-end">차량번호</label><input type='text' class='form-control-sm my-1' /><br />
|
|
|
|
|
<label class="w-px-60 pe-2 text-sm-end">차량명</label><input type='text' class='form-control-sm my-1' /><br />
|
|
|
|
|
<label class="w-px-60 pe-2 text-sm-end">색상</label><input type='text' class='form-control-sm my-1' />
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_toolSeparator"> </li>
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageSave">Save image</li>
|
|
|
|
|
|
|
|
|
|