I am trying to take a vector screenshot of a webpage. What I did:
- Start a fresh Ubuntu 15.10 from the LiveCD
- Install Firefox Nightly from the PPA, it's currently 47.0a1
- Install 'gtk-vector-screenshot' from universe
- Log out and log in again, to reload X with its modules
- Start the vector screenshot utility and click on the webpage
The sad result: it saves an empty image.
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg"xmlns:xlink="http://www.w3.org/1999/xlink" width="1106pt"height="690pt" viewBox="0 0 1106 690" version="1.1"><g id="surface9511"></g></svg>
Am I doing something wrong, or did I find a bug? Should it be possible to take a vector screenshot from Firefox? Has somebody been able to do it, and if yes, what am I missing?