[Ipe-discuss] IPE: change window size
Otfried Cheong
ipe at otfried.org
Mon Sep 7 10:42:51 CEST 2020
On Mon, Sep 7, 2020, at 10:15, bertrand.bastin at uliege.be wrote:
> I want to export my IPE file as a SVG document. Moreover, in the code
> of this SVG file, I need to keep the character string unchanged.
> If I understood correctly, for now, the character strings are replace
> by coordinates data in the SVG code.
>
> Is there a way to change that ?
Currently there doesn't seem to be a way to do that.
I had been wondering about this as well: the problem is that Ipe doesn't write the SVG code itself, but simply renders the drawing using Cairo, and letting Cairo produce SVG.
Apparently other software that uses Cairo for output has the exact same problem: https://gitlab.freedesktop.org/cairo/cairo/-/issues/253
Cheers,
Otfried
More information about the Ipe-discuss
mailing list