Skip to content

Commit 616cfa6

Browse files
author
SeungpilPark
committed
#10 trash.svg to trash.png
1 parent aca4804 commit 616cfa6

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

15.5 KB
Loading

src/main/webapp/opengraph/OpenGraph-0.1.2-SNAPSHOT-All.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/opengraph/OpenGraph-0.1.2-SNAPSHOT-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/opengraph/OpenGraph-0.1.2-SNAPSHOT.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21238,7 +21238,7 @@ OG.renderer.RaphaelRenderer.prototype.drawGuide = function (element) {
2123821238
if (!_isDeletable) {
2123921239
return;
2124021240
}
21241-
_trash = me._PAPER.image("resources/images/symbol/trash.svg", 0, 0, _ctrlSize, _ctrlSize);
21241+
_trash = me._PAPER.image("resources/images/symbol/trash.png", 0, 0, _ctrlSize, _ctrlSize);
2124221242
_trash.attr(me._CONFIG.DEFAULT_STYLE.GUIDE_LINE_AREA);
2124321243
group.appendChild(_trash);
2124421244
me._add(_trash, rElement.id + OG.Constants.GUIDE_SUFFIX.TRASH);

src/main/webapp/src/renderer/RaphaelRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2994,7 +2994,7 @@ OG.renderer.RaphaelRenderer.prototype.drawGuide = function (element) {
29942994
if (!_isDeletable) {
29952995
return;
29962996
}
2997-
_trash = me._PAPER.image("resources/images/symbol/trash.svg", 0, 0, _ctrlSize, _ctrlSize);
2997+
_trash = me._PAPER.image("resources/images/symbol/trash.png", 0, 0, _ctrlSize, _ctrlSize);
29982998
_trash.attr(me._CONFIG.DEFAULT_STYLE.GUIDE_LINE_AREA);
29992999
group.appendChild(_trash);
30003000
me._add(_trash, rElement.id + OG.Constants.GUIDE_SUFFIX.TRASH);

0 commit comments

Comments
 (0)