diff options
author | Marc Hildebrand <zypher@gentoo.org> | 2005-01-19 20:31:13 +0000 |
---|---|---|
committer | Marc Hildebrand <zypher@gentoo.org> | 2005-01-19 20:31:13 +0000 |
commit | d29efc2f490344370f6a658d085dedecb82a10b1 (patch) | |
tree | 743b59f7640f34a65ae92078040963058a85e207 /media-gfx/inkscape/files | |
parent | Changed libassuan dependacy to 0.6.9 as per bug #78713 (diff) | |
download | gentoo-2-d29efc2f490344370f6a658d085dedecb82a10b1.tar.gz gentoo-2-d29efc2f490344370f6a658d085dedecb82a10b1.tar.bz2 gentoo-2-d29efc2f490344370f6a658d085dedecb82a10b1.zip |
Added Radial-patch, closes bug #78592
Diffstat (limited to 'media-gfx/inkscape/files')
-rw-r--r-- | media-gfx/inkscape/files/0.40-radial.patch | 16 | ||||
-rw-r--r-- | media-gfx/inkscape/files/digest-inkscape-0.40-r1 | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/media-gfx/inkscape/files/0.40-radial.patch b/media-gfx/inkscape/files/0.40-radial.patch new file mode 100644 index 000000000000..212983d88437 --- /dev/null +++ b/media-gfx/inkscape/files/0.40-radial.patch @@ -0,0 +1,16 @@ +--- src/nodepath.cpp 2004-11-27 21:09:15.000000000 +-0600 ++++ src/nodepath.cpp 2004-12-13 04:06:14.000000000 -0600 +@@ -2217,9 +2217,9 @@ + + // remember the origin of the control + if (n->p.knot == knot) { +- n->p.origin = Radial(n->p.pos - n->pos); ++ n->p.origin = n->p.pos - n->pos; + } else if (n->n.knot == knot) { +- n->n.origin = Radial(n->n.pos - n->pos); ++ n->n.origin = n->n.pos - n->pos; + } else { + g_assert_not_reached(); + } + diff --git a/media-gfx/inkscape/files/digest-inkscape-0.40-r1 b/media-gfx/inkscape/files/digest-inkscape-0.40-r1 new file mode 100644 index 000000000000..07b007c883fa --- /dev/null +++ b/media-gfx/inkscape/files/digest-inkscape-0.40-r1 @@ -0,0 +1 @@ +MD5 11c549c0ffdd45db9f9fe62dfec162ce inkscape-0.40.tar.gz 5292595 |