Bug 91523 - <image> does not display foreignObject in referenced SVG document
Summary: <image> does not display foreignObject in referenced SVG document
Status: NEW
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: 156176
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-17 10:47 PDT by Dirk Schulze
Modified: 2016-04-05 02:22 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2012-07-17 10:47:26 PDT
<image> can reference SVG images.

<image xlink:href="test.svg"/>

If the referenced SVG image has an foreignObject, this is ignored.