markers_strokepaint.py revision e095bbcf3bb11c98bfd63c8a1ac11f9ad8bc1f8a
'''
Copyright (C) 2006 Aaron Spike, aaron@ekips.org
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
'''
import gettext
help="Do not create a copy, modify the markers")
help="Replace the marker fill with the object stroke or fill color")
help="Assign the object fill and stroke alpha to the marker")
if defs == None:
try:
except:
continue
fill = "#FFFFFF"
fill_opacity = "1"
else:
try:
else:
except:
continue
else:
if __name__ == '__main__':
e = MyEffect()
e.affect()
# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99