Lars/any dev with svn acces/anyone else,
Can you please comment on the updated information about the non-uniform
scaling patch
(I've added extra information via Replies to that thread)
# Request for approval: Non-uniform scaling (a.k.a. subshapes) patch, Marcel
Toele
(http://mail.gnome.org/ar
Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2007-12-02 05:00:14.0 +0100
+++ dia-svn-snapshot/ChangeLog 2007-12-05 05:00:05.260396400 +0100
@@ -1,3 +1,21 @@
+2007-12-03 Lars Clausen <[EMAIL PROTECTED]>
+
+
I've been trying more things over the past few days, to no avail. With
PGF, I get the exact same problem: the TeX is not being interpreted.
Inspecting the output .tex, I see that Dia is explicitly quoting the $
into \$. Why? How do I simply ask it to *not* do that?
IIRC from using Dia once many
On Tue, 2007-12-04 at 12:28 +0100, Marcel Toele wrote:
> Lars/any dev with svn acces/anyone else,
>
> Can you please comment on the updated information about the
> non-uniform scaling patch
> (I've added extra information via Replies to that thread)
Sorry it took a bit, I've again been busier t
I looked at render_pgf.c. A number of issues.
(1) The code is always TeX-escaping the text.
(2) For center-aligned text, mine always shows up with anchor=west,
implying that the code never encounters case ALIGN_CENTER.
(3) There's no anchor=center for case ALIGN_CENTER.
It looks like I'll be man