Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

SVG elements not captured by the screenshots in feeback library #279

Open Garbash opened 9 years ago

Garbash commented 9 years ago

root problem described here: https://github.com/ivoviz/feedback/issues/13

Issue is with html2canvas: https://github.com/niklasvh/html2canvas

Why aren't SVG images rendered? Answer here: http://html2canvas.hertzen.com/faq.html

Using a proxy might solve this? https://github.com/brcontainer/html2canvas-python-proxy

alon commented 9 years ago

oops. somehow I managed to not notice this until now. at least you can see the text. the only solution would be to render using a browser which I guess is what brcontainer does, I'll take a look.