Hi Steffen
I looking for every places where an svg output is possible. Then i will look
for a way to know which renderer is used.
For example, in the DrawFunc ops of an object i would like to find the renderer
type.
The DIA_IS_SVG_RENDERER tell me if it's an svg renderer, but not wich one...
Hi Paul,
On 09/28/2011 11:49 PM, Paul Chavent wrote:
But what code implement the other svg renderer ? For example if i
search where a text line is rendered, i see one implementation in
lib/diasvgrenderer.c and an other in plugins/svg/render_svg.c
are you aware of the Python SVG renderers? Hav
At 28.09.2011 23:49, Paul Chavent wrote:
Hi.
I think that i see the code that implement the cairo svg renderer.
most of the cairo based renderers need no special code beside the surface
instantiation, e.g. cairo_svg_surface_create() in plug-ins/cairo/diacairo.c
But what code implement the o