diff --git a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03020-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03020-main.jsp
index 419315ac..5b25cb6d 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03020-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03020-main.jsp
@@ -33,7 +33,7 @@
사진 편집
-
+
diff --git a/src/main/webapp/resources/libs/fims/paintweb/guiScript.js b/src/main/webapp/resources/libs/fims/paintweb/guiScript.js
index a50574ca..3997e1c4 100644
--- a/src/main/webapp/resources/libs/fims/paintweb/guiScript.js
+++ b/src/main/webapp/resources/libs/fims/paintweb/guiScript.js
@@ -1426,8 +1426,6 @@ pwlib.gui = function (app) {
var str1 = button.title.substr(0,i);
var str2 = button.title.substr(i+1);
button.appendChild(doc.createTextNode(str1));
- button.appendChild(doc.createElement('br'));
- button.appendChild(doc.createTextNode(str2));
} else {
button.appendChild(doc.createTextNode(button.title));
}
diff --git a/src/main/webapp/resources/libs/fims/paintweb/layout.js b/src/main/webapp/resources/libs/fims/paintweb/layout.js
index 247ec351..3a128312 100644
--- a/src/main/webapp/resources/libs/fims/paintweb/layout.js
+++ b/src/main/webapp/resources/libs/fims/paintweb/layout.js
@@ -23,26 +23,31 @@ let xhtml = `
this case the class names will be .paintweb_cmd_historyUndo and
.paintweb_command. -->
-
실행취소
-
영역 선택
-
-
-
- 자르기
- 가림막
- 번호판
+
+ 자르기
+ 번호판
왼쪽 회전
오른쪽 회전
+
+
+
밝게
어둡게
-
+
+
+
+
+ 가림막
+ 실행취소
+
+
diff --git a/src/main/webapp/resources/libs/fims/paintweb/paintweb.js b/src/main/webapp/resources/libs/fims/paintweb/paintweb.js
index e040c694..c015153d 100644
--- a/src/main/webapp/resources/libs/fims/paintweb/paintweb.js
+++ b/src/main/webapp/resources/libs/fims/paintweb/paintweb.js
@@ -2360,18 +2360,6 @@ function PaintWeb (win, doc) {
* @returns {Boolean} True if the operation was successful, or false if not.
*/
this.imageSave = async function (type) {
- //--------------------------------------------------------------------
- // FIXME: 변경된 부분 : 변경된 내용이 없으면 skip
- // FIXME: paindweb instance 객체
- //--------------------------------------------------------------------
- if(!pw.image.modified){
- if(pw.history.pos === 1) {
- alert('변경된 내용이 없습니다.');
- return false;
- }
- }
- //--------------------------------------------------------------------
-
var canvas = _self.layer.canvas,
cfg = _self.config,
diff --git a/src/main/webapp/resources/libs/fims/paintweb/style/style.css b/src/main/webapp/resources/libs/fims/paintweb/style/style.css
index 5681c12a..a1af6e5a 100644
--- a/src/main/webapp/resources/libs/fims/paintweb/style/style.css
+++ b/src/main/webapp/resources/libs/fims/paintweb/style/style.css
@@ -228,10 +228,10 @@
}
.paintweb_toolSeparator {
- /*border: 1px solid #d6d6d6;*/
+ background-color: #d6d6d6;
cursor: default;
float: left;
- height: 31px;
+ height: 100%;
overflow: hidden;
width: 31px;
}