• Hi, thank you for your plugin. I’d like to report a minor issue in TimeCircles.js

    `//Per unit clearing doesn’t work in IE8 using explorer canvas, so do it in one time. The downside is that radial fade cant be used

    this.data.attributes.context.clearRect(0, 0, this.data.attributes.canvas[0].width, this.data.attributes.canvas[0].hright);

    }

    var diff, old_diff;
    `

    “hright” should be “height”. Otherwise Internet Explorer would read the coor poorly. Bye!

    https://wordpress.org/plugins/easy-countdowner/

  • The topic ‘Fix in TimeCircles.js’ is closed to new replies.