zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.09k stars 85 forks source link

Image embedding into SVG is not working in Windows #367

Closed alexpandain closed 1 year ago

alexpandain commented 2 years ago

Telega Setup

OS: Microsoft Windows 11 Pro (v10.0.2009.22000.706) Emacs: GNU Emacs 28.1 (build 52, x86_64-w64-mingw32) Telega: telega v0.8.11 (TDLib v1.8.2 . Make sure server is running) (telega-server v0.8.0) MELPA: 20220319.955

Current Behavior

Image embedding into SVG isn't working

Steps to Reproduce

  1. Run telega in Windows emacs gui app
  2. Eval (fboundp 'svg-embed-base-uri-image)
  3. profile picture with image willn't show
zevlg commented 1 year ago

telega should fallback to slow base64 based embedding under Windows, please check it out.