tags:

views:

286

answers:

1

We are using SVG in our web app and we need to allow users to print SVG images from the browser. We'd like to support Safari and FF. We recently ran into a couple of problems printing from browsers

  1. On FF 3.0, we get a gray background color for the SVG area (we are using for embedding SVG). This does not happen with Safari or FF 3.5.

  2. On FF 3.0, we cannot print an HTML with an embedded SVG (using ). But we can save to PDF and print the PDF. The PDF will include the gray backgroud color, but it will at least print.

Have others ran into this problem? Are there any workarounds? I suppose we could always just say we support FF 3.5, but I'd like to leave that as a last resort.

Thanks.

+1  A: 

The grey background colour problem should be this known firefox bug which appears as resolved at the beginning of august. I can't see it yet in the release notes of current FF3 version 3.0.13 - so you probably have to wait until the next release!

räph