[reportlab-users] Anybody else hungry for Image shapes?

reportlab-users@reportlab.com reportlab-users@reportlab.com
30 Jul 2002 16:31:27 -0400


Robin Becker <robin@reportlab.com> writes:

> In article <bs8pkq1j.fsf@vfa.com>, mmillikan@vfa.com writes
> >Robin Becker <robin@reportlab.com> writes:
> ......
> >Wouldn't including SVG 'pictures' be implemented by by Dinu's
> >conversion to RLG and then using the general mechanism of embedding
> >one picture inside another?
> >
> I'm not sure that it parses SVG, I thought RLG produces SVG via
>  renderSVG.
> -- 
> Robin Becker
> _______________________________________________
> reportlab-users mailing list
> reportlab-users@reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users

>From the top of renderSVG:

"""An experimental SVG renderer for the ReportLab graphics framework.

This will create SVG code from the ReportLab Graphics API (RLG).
To read existing SVG code and convert it into ReportLab graphics
objects download the svglib module here:

  http://python.net/~gherman/#svglib
"""

##########################

A work in progress... (I hope,<MM>)

Mark Millikan