Skip to content

Commit 3c7282d

Browse files
author
SeungpilPark
committed
#9 Original Background image should remain
1 parent 3674cc4 commit 3c7282d

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33027,8 +33027,7 @@ OG.graph.Canvas.prototype = {
3302733027

3302833028
//기존 캔버스의 백그라운드 속성 초기화
3302933029
$(me._RENDERER._PAPER.canvas).css({
33030-
"background-color": "transparent",
33031-
"background-image": "none"
33030+
"background-color": "transparent"
3303233031
});
3303333032

3303433033
me.updateBackDoor();

src/main/webapp/src/graph/Canvas.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,8 +968,7 @@ OG.graph.Canvas.prototype = {
968968

969969
//기존 캔버스의 백그라운드 속성 초기화
970970
$(me._RENDERER._PAPER.canvas).css({
971-
"background-color": "transparent",
972-
"background-image": "none"
971+
"background-color": "transparent"
973972
});
974973

975974
me.updateBackDoor();

0 commit comments

Comments
 (0)