Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CanvasRenderingContext2D.resetTransform() is undefined in Safari (dart2js) #15306

Closed
DartBot opened this issue Nov 25, 2013 · 5 comments
Closed
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-not-planned Closed as we don't intend to take action on the reported issue library-html

Comments

@DartBot
Copy link

DartBot commented Nov 25, 2013

This issue was originally filed by sta...@google.com


What steps will reproduce the problem?

  1. do some transforms then use context2D.restore()
  2. compile with dart2js
  3. run it in safari
  4. get this error 'undefined' is not a function (evaluating 'context.resetTransform()

What is the expected output? What do you see instead?
in Chrome it correctly resets the context2d transform

What version of the product are you using? On what operating system?
Safari 6.1 on OSX 10.8.5

Please provide any additional information below.

@iposva-google
Copy link
Contributor

Added Area-HTML, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Nov 27, 2013

This comment was originally written by sta...@google.com


to clarify. i thought i was calling context2D.restore() and it was doing some delegation behind the scenes to context2D.resetTransform().

but i'm actually calling context2D.resetTransform() directly (in dart) and it's just not available in Safari.

so the bug report still stands but the repro case is slightly different than i had indicated.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@efortuna
Copy link
Contributor

note this API is currently listed as Experimental

@alan-knight
Copy link
Contributor

We can't provide experimental features that aren't implemented in a particular browser, so until it becomes non-experimental or gets implemented, I can't see us doing anything about this.


Removed Priority-Unassigned label.
Added Priority-Medium, NotPlanned labels.

@DartBot DartBot added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html closed-not-planned Closed as we don't intend to take action on the reported issue labels Jan 20, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-not-planned Closed as we don't intend to take action on the reported issue library-html
Projects
None yet
Development

No branches or pull requests

5 participants