Commit 753dcfec authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix clippath

parent 45ba2dbe
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
/*-- Define Functions --*/ /*-- Define Functions --*/
function getClipPath(id) { function getClipPath(id) {
return "url(" + document.URL.split('#')[0] + "#" + id; return "url(" + document.URL.split('#')[0] + "#" + id + ")";
} }
function transformMain() { function transformMain() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment