RESOLVED FIXED 8824
SVG: print any page
https://bugs.webkit.org/show_bug.cgi?id=8824
Summary SVG: print any page
jay
Reported 2006-05-10 01:29:23 PDT
It should be possible to print any SVG page, as per HTML. One application that can print, and save as SVG is Apple's Sketch demo application from ObjectiveC also ASV
Attachments
Mark Rowe (bdash)
Comment 1 2006-07-06 18:09:11 PDT
Attempting to print preview the URL provided results in Preview displaying "File error.", "Couldn't open the file.". A quick look through the PDF that is generated shows it looks roughly like a PDF document, so the contents of it are likely to be the issue.
Eric Seidel (no email)
Comment 2 2006-08-10 19:08:40 PDT
Looking at the console log, this occurs because we're holding on to a CGContext too long.
Eric Seidel (no email)
Comment 3 2006-08-10 19:10:35 PDT
This is the log I see: Warning: The printing graphics context is being released by the printing system but is retained by the drawing client. This usually produces damaged PDF documents! I expect this is due to KCanvasRenderingDeviceContextQuartz. I also see the whole SVG repainting itself twice during the print, which surprises me.
Eric Seidel (no email)
Comment 4 2006-09-08 17:23:23 PDT
This is probably fixed by bug 10648
jay
Comment 5 2006-09-09 03:41:47 PDT
re #4 Eric this is almost certainly not fixed. as well as the URI above I checked a simple SVG: http://bugzilla.opendarwin.org/attachment.cgi?id=8239 in both cases print preview dialogue: "file error couldn't open the file OK" and trying again later opened a blank pdf document
Eric Seidel (no email)
Comment 6 2006-09-10 13:12:06 PDT
Fixed by 10648.
jay
Comment 7 2006-09-10 13:41:03 PDT
eric, macdome please explain why this is fixed? the latest nightly is not printing either of the svgs in the 2 URIs given 10383 is not showing as fixed, yet this bug is apparently dependent on it... cheers
jay
Comment 8 2006-09-10 23:24:14 PDT
Amazing, congratulations and thanks, I've already filed a style bug, and will try to file a few more print bugs assuming they're present ~:"
Note You need to log in before you can comment on or make changes to this bug.