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

SVG GElement does not have a method getScreenCtm #10785

Closed
DartBot opened this issue May 21, 2013 · 5 comments
Closed

SVG GElement does not have a method getScreenCtm #10785

DartBot opened this issue May 21, 2013 · 5 comments
Labels
closed-obsolete Closed as the reported issue is no longer relevant web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@DartBot
Copy link

DartBot commented May 21, 2013

This issue was originally filed by scott.p.macd...@gmail.com


What steps will reproduce the problem?

  1. var g = new GElement();
  2. g.getScreenCtm();
  3. thats it.

What is the expected output? What do you see instead?

GElement should have a getScreenCtm() method according to docs. This was working prior to updating to 0.5.9.0_r22879

What version of the product are you using? On what operating system?

0.5.9.0_r22879 mac os x

Please provide any additional information below.

@sethladd
Copy link
Contributor

Added Area-HTML, Triaged labels.

@DartBot
Copy link
Author

DartBot commented May 28, 2013

This comment was originally written by scott.p.macdonal...@gmail.com


I think this is a chromium issue. I downgraded to the previous revision and getScreenCtm() worked properly.

@blois
Copy link

blois commented May 29, 2013

Added this to the M6 milestone.

@DartBot
Copy link
Author

DartBot commented Jun 10, 2013

This comment was originally written by scott.p.macd...@gmail.com


Any suggestions for workaround on this? It is a pretty big blocker for me.

@blois
Copy link

blois commented Aug 1, 2013

There were some Blink refactorings for these APIs which may have impacted it, but I'm seeing it work properly on Dartium and Chrome 28.0.1500.71.


Added AssumedStale label.

@DartBot DartBot added Type-Defect web-libraries Issues impacting dart:html, etc., libraries closed-obsolete Closed as the reported issue is no longer relevant labels Aug 1, 2013
@DartBot DartBot added this to the M6 milestone Aug 1, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

3 participants