'''
Copyright (C) 2010 Aurelio A. Heckert, aurium (a) gmail dot com
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
'''
# local library
from webslicer_effect import *
import inkex
dest="name",
help="")
dest="format",
help="")
dest="dpi",
help="")
dest="dimension",
help="")
dest="bg_color",
help="")
dest="quality",
help="")
dest="gif_type",
help="")
dest="palette_size",
help="")
dest="html_id",
help="")
dest="html_class",
help="")
dest="layout_disposition",
help="")
dest="layout_position_anchor",
help="")
# inkscape param workarround
num = 0
num_s = '00'
num += 1
#TODO: get selected elements to define location and size
conf_list = [ 'format' ]
'dpi', 'dimension',
'bg_color', 'html_id', 'html_class',
'layout_disposition', 'layout_position_anchor'
] )
return conf_list
if __name__ == '__main__':
e = WebSlicer_CreateRect()
e.affect()