Bug 87069 - font-family="sans-serif" not honoured in SVG-in-<img>
Summary: font-family="sans-serif" not honoured in SVG-in-<img>
Status: RESOLVED DUPLICATE of bug 73153
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 18:48 PDT by Cameron McCormack (:heycam)
Modified: 2012-05-23 10:23 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 2012-05-21 18:48:58 PDT
The SVG image referenced by an <img> element in this section https://svgwg.org/svg2-draft/painting.html#TermCapShape shows the text with a serif font despite the font-family="sans-serif" in the document.  When I view the SVG document by itself, the text correctly is rendered in a sans serif font.
Comment 1 Alexey Proskuryakov 2012-05-22 11:33:32 PDT
See also: bug 73153, bug 87069. Are these all the same thing?
Comment 2 Cameron McCormack (:heycam) 2012-05-22 16:54:08 PDT
Bug 87069 is definitely the same thing, since that's this bug. ;)  But yes this seems a clear dupe of bug 73153.

*** This bug has been marked as a duplicate of bug 73153 ***
Comment 3 Alexey Proskuryakov 2012-05-23 10:23:14 PDT
Oops! The other one was bug 68090, which is likely related, but not quite the same.