lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Patrick McCarty
Subject: [PATCH] SVG backend: Output a single SVG file for each page
Date: Thu, 6 Aug 2009 00:29:58 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

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 books, 3 pages each (test.ly):

  test.svg
  test-page2.svg
  test-page3.svg
  test-1.svg
  test-1-page2.svg
  test-1-page3.svg


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.)

Thanks,
Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]