From e83bb125c06701ae3d284f70b65a60219acba8a2 Mon Sep 17 00:00:00 2001 From: aurium Date: Mon, 23 Mar 2009 22:42:50 +0000 Subject: [PATCH] missed corretions on the interp-att-g's first version --- share/extensions/interp-att-g.inx | 6 +++--- share/extensions/interp-att-g.py | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/share/extensions/interp-att-g.inx b/share/extensions/interp-att-g.inx index 5ed2d1bc0..6dc50afbc 100644 --- a/share/extensions/interp-att-g.inx +++ b/share/extensions/interp-att-g.inx @@ -1,7 +1,7 @@ <_name>Interpolate Attribute in a group - org.ekips.filter.interp-att-g + org.inkscape.filter.interp-att-g interp-att-g.py inkex.py <_param name="intro" type="description">This effect applays a value for any interpolable attribute for all elements inside the selected group or for all elements in a multiple selection @@ -27,7 +27,7 @@ <_item value="style">Style <_item value="transform">Transformation - <_param name="val-info" type="description">•••••••••••••••••••••••••••••••••••••••••••••••• + <_param name="sep" type="description">•••••••••••••••••••••••••••••••••••••••••••••••• @@ -48,4 +48,4 @@ - + \ No newline at end of file diff --git a/share/extensions/interp-att-g.py b/share/extensions/interp-att-g.py index c8794f9ad..dc1c36379 100755 --- a/share/extensions/interp-att-g.py +++ b/share/extensions/interp-att-g.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python ''' -Copyright (C) 2005 Aaron Spike, aaron@ekips.org +Copyright (C) 2005 Aurelio A. Heckert, aurium (a) gmail dot com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -195,5 +195,3 @@ class InterpAttG(inkex.Effect): if __name__ == '__main__': e = InterpAttG() e.affect() - -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 -- 2.30.2