[reportlab-users] Reportlab and SVG output

Andy Robinson andy at reportlab.com
Thu Jan 29 11:55:57 EST 2009


2009/1/29 Peter <peter at maubp.freeserve.co.uk>:

>> I think it makes sense if we hold off on the 2.3 release for a few more days and

>> try to include this.



Robin has committed this already, going with Tim's suggestion. The
top of each file now looks like this....


<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN"
"http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd"

>

<svg baseProfile="full" height="200" version="1.0" width="400"
xmlns="http://www.w3.org/2000/svg"
xmlns:link="http://www.w3.org/1999/xlink">
<title>
...
</title>

At some point post 2.3, we'll try to include all the graphics output
nightly on the site somewhere....

--
Andy


More information about the reportlab-users mailing list