paps icon indicating copy to clipboard operation
paps copied to clipboard

svg output not displayed correctly.

Open osayama opened this issue 9 years ago • 1 comments

In 20151223 version of paps, I got the following bug report.

Svg output from paps is not displayed correctly. Only the last page is visible. To reproduce, run any paps command with --format=svg option.

% LANG=C % man paps | col -xb | paps --format=svg > out.svg

Then check out.svg through firefox, I can see only last page.

I'm not sure about how pages should work with svg format...

osayama avatar Oct 19 '16 06:10 osayama

I assume the only sensible way would be to put each page in a different layer. See also: http://wiki.inkscape.org/wiki/index.php/Multipage

dov avatar Jun 04 '17 06:06 dov