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
Just received this note from Yamamoto after asking about some SVG issues I encountered in my 28.2 emacs-mac build:
The Mac port uses WebKit for rendering SVG images if librsvg is
unavailable or disabled. As of WebKit 1 (32-bit or < macOS 10.13),
DOM access was available via Objective-C objects, but WebKit 2 dropped
this feature and we have to use JavaScript, which seems to be partly a
cause of slowness.
Given that, should --with-librsvg be the default? In my testing it is much faster.
The text was updated successfully, but these errors were encountered:
This performance related issue is mentioned at 311#issuecomment.
Additionally, if --with-librsvg is used, issues at emacs-plus#522 & #525 are reported.
Just received this note from Yamamoto after asking about some SVG issues I encountered in my 28.2 emacs-mac build:
Given that, should
--with-librsvg
be the default? In my testing it is much faster.The text was updated successfully, but these errors were encountered: