Closed Bug 534316 Opened 15 years ago Closed 7 months ago

In cloned documents for print / print-preview, clone our SMIL timing model

Categories

(Core :: SVG, defect)

x86
Linux
defect

Tracking

()

RESOLVED DUPLICATE of bug 1843883

People

(Reporter: dholbert, Unassigned)

Details

Now that Bug 487667 has landed, we'll clone SMIL-animated SVG documents when printing them.

However, the printed clone won't play any animations.  To get this to happen, we need the following:
 (a) We need a nsSMILAnimationController -- right now we won't have one in the clone, due to bug 529387's patch.
 (b) We need to duplicate the state of the timing model from the source document. (i.e. if we've gotten any scripted calls to begin()/end(), the printed clone needs to know about those)
 (c) We need to seek the clone to the same time as our source document, and pause our animation at that time.
(In reply to comment #0)
> However, the printed clone won't play any animations.  To get this to happen,

By "To get this to happen", I meant "To ensure that the printed copy matches what's on the screen when the user presses 'print'"
This is a mass change. Every comment has "assigned-to-new" in it.

I didn't look through the bugs, so I'm sorry if I change a bug which shouldn't be changed. But I guess these bugs are just bugs that were once assigned and people forgot to change the Status back when unassigning.
Status: ASSIGNED → NEW
Blocks: 866411
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 7 months ago
Duplicate of bug: 1843883
Resolution: --- → DUPLICATE
No longer blocks: 866411
No longer blocks: 487667
You need to log in before you can comment on or make changes to this bug.