You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already known Chrome <= 69 still has a serious bug in rendering Marpit's inline SVG slide. (See marp-team/marpit#35 that I found a year ago)
Chrome 66 (Electron 3.x) cannot scale hit area and rendering by inline SVG. Only DevTool knows the actual scaled DOM. I had same issue in marp-team/marp-cli#15. Fortunately we can fix it by just applying a WebKit polyfill manually, so Marp for VS Code had used marpit-svg-polyfill.
In Chrome 69 (Electron 4.x), only the hit area is following correct scaling by inline SVG, and rendering is not. The polyfill should keep using to fix rendering, but hit area will too scaled.
The text was updated successfully, but these errors were encountered:
The latest build of VS Code 1.36-insider has updated Electron from 3.x to 4.x.
I have already known Chrome <= 69 still has a serious bug in rendering Marpit's inline SVG slide. (See marp-team/marpit#35 that I found a year ago)
Chrome 66 (Electron 3.x) cannot scale hit area and rendering by inline SVG. Only DevTool knows the actual scaled DOM. I had same issue in marp-team/marp-cli#15. Fortunately we can fix it by just applying a WebKit polyfill manually, so Marp for VS Code had used marpit-svg-polyfill.
In Chrome 69 (Electron 4.x), only the hit area is following correct scaling by inline SVG, and rendering is not. The polyfill should keep using to fix rendering, but hit area will too scaled.
The text was updated successfully, but these errors were encountered: