Re: [PATCH] SVG backend: Output a single SVG file for each page

2009-08-07 Thread Patrick McCarty
On Thu, Aug 06, 2009 at 09:09:35AM -0700, Patrick McCarty wrote: On Thu, Aug 06, 2009 at 11:44:17AM +0200, Valentin Villenave wrote: 2009/8/6 Patrick McCarty pnor...@gmail.com: Any comments or suggestions are welcome.  This patch is one of the final steps towards producing SVG output that

[PATCH] SVG backend: Output a single SVG file for each page

2009-08-06 Thread Patrick McCarty
Hello, I have uploaded a patch to Rietveld: http://codereview.appspot.com/105045/show *** The details are listed on the Rietveld page, but I'll illustrate the naming convention here. 1) One book, four pages (test.ly): test.svg test-page2.svg test-page3.svg test-page4.svg 2) Two

Re: [PATCH] SVG backend: Output a single SVG file for each page

2009-08-06 Thread Graham Percival
On Thu, Aug 06, 2009 at 12:29:58AM -0700, Patrick McCarty wrote: The details are listed on the Rietveld page, but I'll illustrate the naming convention here. 1) One book, four pages (test.ly): test.svg test-page2.svg test-page3.svg test-page4.svg Speaking as a user, could it

Re: [PATCH] SVG backend: Output a single SVG file for each page

2009-08-06 Thread Patrick McCarty
On Thu, Aug 06, 2009 at 12:32:20AM -0700, Graham Percival wrote: On Thu, Aug 06, 2009 at 12:29:58AM -0700, Patrick McCarty wrote: The details are listed on the Rietveld page, but I'll illustrate the naming convention here. 1) One book, four pages (test.ly): test.svg

Re: [PATCH] SVG backend: Output a single SVG file for each page

2009-08-06 Thread Valentin Villenave
2009/8/6 Patrick McCarty pnor...@gmail.com: Any comments or suggestions are welcome.  This patch is one of the final steps towards producing SVG output that is both valid and compatible across all user agents I have tested (Inkscape, Firefox, etc.) Though single-page SVG output is a sensible

Re: [PATCH] SVG backend: Output a single SVG file for each page

2009-08-06 Thread Patrick McCarty
On Thu, Aug 06, 2009 at 11:44:17AM +0200, Valentin Villenave wrote: 2009/8/6 Patrick McCarty pnor...@gmail.com: Any comments or suggestions are welcome.  This patch is one of the final steps towards producing SVG output that is both valid and compatible across all user agents I have tested

Re: [PATCH] SVG backend: Output a single SVG file for each page

2009-08-06 Thread Patrick McCarty
On Thu, Aug 06, 2009 at 11:44:17AM +0200, Valentin Villenave wrote: 2009/8/6 Patrick McCarty pnor...@gmail.com: Any comments or suggestions are welcome.  This patch is one of the final steps towards producing SVG output that is both valid and compatible across all user agents I have tested