Closed
Bug 303023
Opened 19 years ago
Closed 19 years ago
SVG content in an EMBED element doesn't print
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Assigned: roc)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
2.11 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
mkaply
:
approval1.8b4+
dbaron
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
Printing should treat an EMBEDded SVG document like an IFRAME or OBJECT, but it
doesn't --- probably because SVG is the only content type that creates a
subdocument via EMBED, and printing was written before SVG. Currently printing a
document containing an SVG EMBED fails to print anything in the subdocument, for
me, and horks print preview.
Assignee | ||
Comment 1•19 years ago
|
||
This patch fixes printing, but it doesn't fix print preview of OBJECT or EMBED
which is broken in GTK2 for any document type. We'll fix that in bug 303036.
Assignee | ||
Updated•19 years ago
|
Attachment #191307 -
Flags: superreview?(dbaron)
Attachment #191307 -
Flags: review?(dbaron)
Attachment #191307 -
Flags: superreview?(dbaron)
Attachment #191307 -
Flags: superreview+
Attachment #191307 -
Flags: review?(dbaron)
Attachment #191307 -
Flags: review+
Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 191307 [details] [diff] [review]
fix
simple fix to a significant printing bug (SVG EMBED elements don't print)
Attachment #191307 -
Flags: approval1.8b4?
Comment 3•19 years ago
|
||
Comment on attachment 191307 [details] [diff] [review]
fix
a=mkaply
Attachment #191307 -
Flags: approval1.8b4? → approval1.8b4+
Comment 4•19 years ago
|
||
It looks like this never landed... :(
Flags: blocking1.9a1?
Flags: blocking1.8.1?
Comment 5•19 years ago
|
||
For a patch from August, it's surprisingly not bitrotted, though.
Assignee | ||
Comment 6•19 years ago
|
||
checked in on trunk, belatedly.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Attachment #191307 -
Flags: approval-branch-1.8.1+
Flags: blocking1.9a1?
Flags: blocking1.8.1?
Flags: blocking1.8.1+
You need to log in
before you can comment on or make changes to this bug.
Description
•