bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16244: 24.3.50; eww does not show SVG images in HTML files


From: Lars Ingebrigtsen
Subject: bug#16244: 24.3.50; eww does not show SVG images in HTML files
Date: Tue, 24 Dec 2013 21:21:54 +0100
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>   emacs -Q
>   M-x eww RET
>   http://www.w3.org/Graphics/SVG/WG/wiki/Test_Suite_Overview RET
>   Go down to the link saying "* HTML using <object>", hit RET
>   In the page that is displayed, hit RET on any link
>
> Result: you are presented with a page where a PNG image is displayed
> correctly, while an SVG image near it is not displayed; instead its
> file name is shown.

Hm.  Looking at the source code, this is stuff like:

<object data="../../svg/animate-dom-01-f.svg" width="480" height="360" 
type="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p></object>

Adding support for this would be pretty simple, I think (just treat this
like an <img> tag, more or less), but is this a bug fix or a new
feature?  >"?  If it's a bug, I can whip up a fix...

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]