Browse Source

Fix clippath

pull/80/head 0.1.17
Masayuki Tanaka 11 years ago
parent
commit
753dcfec4d
  1. 2
      c3.js
  2. 2
      c3.min.js

2
c3.js

@ -225,7 +225,7 @@
/*-- Define Functions --*/
function getClipPath(id) {
return "url(" + document.URL.split('#')[0] + "#" + id;
return "url(" + document.URL.split('#')[0] + "#" + id + ")";
}
function transformMain() {

2
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save