Jump to content

GUI and IE11 dont work together.


Paradine
 Share

Recommended Posts

e.prototype._localDraw = function (t) {
                t.save(), t.beginPath(), t.ellipse(this._currentMeasure.left + this._currentMeasure.width / 2, this._currentMeasure.top + this._currentMeasure.height / 2, this._currentMeasure.width / 2 - this._thickness / 2, this._currentMeasure.height / 2 - this._thickness / 2, 0, 0, 2 * Math.PI), t.closePath(), this._background && (t.fillStyle = this._background, t.fill()), this._thickness && (this.color && (t.strokeStyle = this.color), t.lineWidth = this._thickness, t.stroke()), t.restore();
},

Thx my code started working as I dont use ellipse, but yours demo does not still work.
IE11 has new bugs come out:
SCRIPT438: Object doesn't support property or method 'ellipse'

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...