No edges appear in the graph explorer for Chrome 62.
See original GitHub issueThe problem is that Chrome 62 no longer supports the native getPathSegAtLength
method. SVG 2 dropped the method. We should instead make use of getTotalLength()
and getPointAtLength()
on the SVGGeometryElement
object.
This issue must be fixed quickly, and then we should release a new pypi package as well as internal version. Otherwise, once Chrome 62 enters stable, no data flow edges will appear in the graph explorer for users (the graph would be very much broken). Chrome 62 has already entered the dev channel.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:5 (3 by maintainers)
Top Results From Across the Web
What's New In DevTools (Chrome 62)
A new Console API for querying objects. Negative filters and URL filters in the Console. HAR imports in the Network panel.
Read more >Release notes for Microsoft Edge Stable Channel
This update to Extended Stable contains a fix for CVE-2022-4262, which has been reported by the Chromium team as having an exploit in...
Read more >User-select: all inheritance not working in chrome 62
It is an issue on the Chrome browser. The bug was already reported. You can find more details about the bug with another...
Read more >Archived release notes - Chrome Enterprise and Education Help
Archived release notes. Note: For information about the current Chrome versions and targeted releases, see Chrome Enterprise release notes.
Read more >placeholder-shown CSS pseudo-class on Google Chrome 31
placeholder-shown CSS pseudo-class is Not Supported on Chrome 31. ... Text API for Canvas ... CSS background-position edge offsets.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It might work if you pip install tb-nightly
Ah yeah! Per @jart, tb-nightly gives you bleeding edge features of TensorBoard.