Bug 20846 - Initial and generic font families are undefined for SVGs used as images
Summary: Initial and generic font families are undefined for SVGs used as images
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 20847
  Show dependency treegraph
 
Reported: 2008-09-14 19:14 PDT by mitz
Modified: 2018-11-22 10:14 PST (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 mitz 2008-09-14 19:14:56 PDT
SVGImage creates a Page to hold the SVG document, but standardFontFamily and the generic font families are empty in that page's settings. It is not obvious where to take the values for those settings from for an SVG image.
Comment 1 mitz 2008-09-14 19:16:45 PDT
This bug became apparent after <http://trac.webkit.org/changeset/36382>.
Comment 2 mitz 2011-12-14 14:18:16 PST
See also bug 68090.