Bug 90955 - “fill” does not support IRI Reference (url(file#id))
Summary: “fill” does not support IRI Reference (url(file#id))
Status: RESOLVED DUPLICATE of bug 65344
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Blocker
Assignee: Nobody
URL: http://w3.org/TR/SVG/single-page.html...
Keywords:
Depends on:
Blocks: 65344
  Show dependency treegraph
 
Reported: 2012-07-11 02:05 PDT by Ivan Enderlin
Modified: 2012-08-19 21:34 PDT (History)
6 users (show)

See Also:


Attachments
The external file that contains a definition (214 bytes, image/svg+xml)
2012-07-11 02:05 PDT, Ivan Enderlin
no flags Details
My test case (based on external.svg) (122 bytes, image/svg+xml)
2012-07-11 02:06 PDT, Ivan Enderlin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Enderlin 2012-07-11 02:05:41 PDT
Created attachment 151650 [details]
The external file that contains a definition

The fill CSS property or SVG attribute does not support IRI references:
    url(aFile#anId)
It does only support the ID part:
    url(#anId)

It is very blocking when we would like to style our SVG with external resources.
Comment 1 Ivan Enderlin 2012-07-11 02:06:35 PDT
Created attachment 151651 [details]
My test case (based on external.svg)

Complete my attachment.
Comment 2 Lea Verou 2012-08-19 00:03:14 PDT
Looks like a special case of #65344. Also, your testcase is broken, since uploading it in Bugzilla changes the filenames.
Comment 3 Dirk Schulze 2012-08-19 07:50:04 PDT
(In reply to comment #2)
> Looks like a special case of #65344. Also, your testcase is broken, since uploading it in Bugzilla changes the filenames.

Yes, it is One Part of it.
Comment 4 Philip Rogers 2012-08-19 21:34:48 PDT
Marking as duplicate.

*** This bug has been marked as a duplicate of bug 65344 ***