ugins/svg/render_svg.c
are you aware of the Python SVG renderers? Have a look at
plug-ins/python/diasvg.py
If this doesn't help: What exactly would you like to do?
Regards,
Steffen
___
dia-list mailing list
dia-list@gnome.org
http://mail.gnome.o
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
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
Hi.
I think that i see the code that implement the cairo svg renderer.
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
If i disable the svg rendere