diff options
Diffstat (limited to 'data/icons/16x16')
-rw-r--r-- | data/icons/16x16/Makefile.am | 19 | ||||
-rw-r--r-- | data/icons/16x16/Makefile.in | 542 | ||||
-rw-r--r-- | data/icons/16x16/actions/eom-image-collection.png | bin | 0 -> 611 bytes | |||
-rw-r--r-- | data/icons/16x16/actions/eom-plugin.png | bin | 0 -> 719 bytes | |||
-rw-r--r-- | data/icons/16x16/actions/eom-plugin.svg | 213 | ||||
-rw-r--r-- | data/icons/16x16/actions/slideshow-play.png | bin | 0 -> 663 bytes | |||
-rw-r--r-- | data/icons/16x16/actions/slideshow-play.svg | 353 | ||||
-rw-r--r-- | data/icons/16x16/apps/eom.png | bin | 0 -> 732 bytes | |||
-rw-r--r-- | data/icons/16x16/apps/eom.svg | 339 |
9 files changed, 1466 insertions, 0 deletions
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am new file mode 100644 index 0000000..94ba3d7 --- /dev/null +++ b/data/icons/16x16/Makefile.am @@ -0,0 +1,19 @@ +size = 16x16 +actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions +appiconsdir = $(datadir)/icons/hicolor/$(size)/apps + +dist_appicons_DATA = \ + apps/eom.png +dist_actionicons_DATA = \ + actions/eom-plugin.png \ + actions/eom-image-collection.png \ + actions/slideshow-play.png + +noinst_DATA = \ + apps/eom.svg \ + actions/eom-plugin.svg \ + actions/slideshow-play.svg + +EXTRA_DIST = $(noinst_DATA) + +-include $(top_srcdir)/git.mk diff --git a/data/icons/16x16/Makefile.in b/data/icons/16x16/Makefile.in new file mode 100644 index 0000000..d47d76f --- /dev/null +++ b/data/icons/16x16/Makefile.in @@ -0,0 +1,542 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = data/icons/16x16 +DIST_COMMON = $(dist_actionicons_DATA) $(dist_appicons_DATA) \ + $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(actioniconsdir)" \ + "$(DESTDIR)$(appiconsdir)" +DATA = $(dist_actionicons_DATA) $(dist_appicons_DATA) $(noinst_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@ +DBUS_CFLAGS = @DBUS_CFLAGS@ +DBUS_LIBS = @DBUS_LIBS@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DISABLE_DEPRECATED = @DISABLE_DEPRECATED@ +DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@ +DLLTOOL = @DLLTOOL@ +DOC_USER_FORMATS = @DOC_USER_FORMATS@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EOM_API_VERSION = @EOM_API_VERSION@ +EOM_CFLAGS = @EOM_CFLAGS@ +EOM_DOC_EXIF_START = @EOM_DOC_EXIF_START@ +EOM_DOC_EXIF_STOP = @EOM_DOC_EXIF_STOP@ +EOM_LIBS = @EOM_LIBS@ +EOM_MAJOR_VERSION = @EOM_MAJOR_VERSION@ +EOM_MICRO_VERSION = @EOM_MICRO_VERSION@ +EOM_MINOR_VERSION = @EOM_MINOR_VERSION@ +EXEEXT = @EXEEXT@ +EXEMPI_CFLAGS = @EXEMPI_CFLAGS@ +EXEMPI_LIBS = @EXEMPI_LIBS@ +EXIF_CFLAGS = @EXIF_CFLAGS@ +EXIF_LIBS = @EXIF_LIBS@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ +GLIB_MKENUMS = @GLIB_MKENUMS@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ +GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ +GTKDOC_MKPDF = @GTKDOC_MKPDF@ +GTKDOC_REBASE = @GTKDOC_REBASE@ +HELP_DIR = @HELP_DIR@ +HTML_DIR = @HTML_DIR@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +LCMS_CFLAGS = @LCMS_CFLAGS@ +LCMS_LIBS = @LCMS_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBJPEG = @LIBJPEG@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ +LIBXML2_LIBS = @LIBXML2_LIBS@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MATECONFTOOL = @MATECONFTOOL@ +MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@ +MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OMF_DIR = @OMF_DIR@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@ +PYGOBJECT_DEFSDIR = @PYGOBJECT_DEFSDIR@ +PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@ +PYGTK_CFLAGS = @PYGTK_CFLAGS@ +PYGTK_DEFSDIR = @PYGTK_DEFSDIR@ +PYGTK_LIBS = @PYGTK_LIBS@ +PYTHON = @PYTHON@ +PYTHON_CFLAGS = @PYTHON_CFLAGS@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LIBS = @PYTHON_LIBS@ +PYTHON_LIB_LOC = @PYTHON_LIB_LOC@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +RSVG_CFLAGS = @RSVG_CFLAGS@ +RSVG_LIBS = @RSVG_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +WARN_CFLAGS = @WARN_CFLAGS@ +X11_CFLAGS = @X11_CFLAGS@ +X11_LIBS = @X11_LIBS@ +XGETTEXT = @XGETTEXT@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +size = 16x16 +actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions +appiconsdir = $(datadir)/icons/hicolor/$(size)/apps +dist_appicons_DATA = \ + apps/eom.png + +dist_actionicons_DATA = \ + actions/eom-plugin.png \ + actions/eom-image-collection.png \ + actions/slideshow-play.png + +noinst_DATA = \ + apps/eom.svg \ + actions/eom-plugin.svg \ + actions/slideshow-play.svg + +EXTRA_DIST = $(noinst_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/16x16/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign data/icons/16x16/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_actioniconsDATA: $(dist_actionicons_DATA) + @$(NORMAL_INSTALL) + test -z "$(actioniconsdir)" || $(MKDIR_P) "$(DESTDIR)$(actioniconsdir)" + @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(actioniconsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(actioniconsdir)" || exit $$?; \ + done + +uninstall-dist_actioniconsDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_actionicons_DATA)'; test -n "$(actioniconsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(actioniconsdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(actioniconsdir)" && rm -f $$files +install-dist_appiconsDATA: $(dist_appicons_DATA) + @$(NORMAL_INSTALL) + test -z "$(appiconsdir)" || $(MKDIR_P) "$(DESTDIR)$(appiconsdir)" + @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appiconsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(appiconsdir)" || exit $$?; \ + done + +uninstall-dist_appiconsDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_appicons_DATA)'; test -n "$(appiconsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(appiconsdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(appiconsdir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(actioniconsdir)" "$(DESTDIR)$(appiconsdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_actioniconsDATA \ + install-dist_appiconsDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_actioniconsDATA \ + uninstall-dist_appiconsDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dist_actioniconsDATA \ + install-dist_appiconsDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-dist_actioniconsDATA uninstall-dist_appiconsDATA + + +-include $(top_srcdir)/git.mk + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/data/icons/16x16/actions/eom-image-collection.png b/data/icons/16x16/actions/eom-image-collection.png Binary files differnew file mode 100644 index 0000000..4cecaec --- /dev/null +++ b/data/icons/16x16/actions/eom-image-collection.png diff --git a/data/icons/16x16/actions/eom-plugin.png b/data/icons/16x16/actions/eom-plugin.png Binary files differnew file mode 100644 index 0000000..e41846e --- /dev/null +++ b/data/icons/16x16/actions/eom-plugin.png diff --git a/data/icons/16x16/actions/eom-plugin.svg b/data/icons/16x16/actions/eom-plugin.svg new file mode 100644 index 0000000..674d781 --- /dev/null +++ b/data/icons/16x16/actions/eom-plugin.svg @@ -0,0 +1,213 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="16" + height="16" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + sodipodi:docname="folders16.svg" + sodipodi:docbase="/home/lapo/Desktop/Grafica/WIP/gimp/preferences"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Jakub Steiner</dc:title> + </cc:Agent> + </dc:creator> + <dc:date>2005-02-01</dc:date> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier>http://jimmac.musichall.cz/</dc:identifier> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1043" + inkscape:window-height="655" + inkscape:cy="0.022178597" + inkscape:cx="16.083553" + inkscape:zoom="1" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="234" + inkscape:window-y="315" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showborder="false" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + inkscape:guide-bbox="true" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + width="16px" + height="16px" /> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient2824"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2826" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2828" /> + </linearGradient> + <linearGradient + id="linearGradient2864"> + <stop + style="stop-color:#8ae234;stop-opacity:1" + offset="0" + id="stop2866" /> + <stop + style="stop-color:#4e9a06;stop-opacity:1" + offset="1" + id="stop2868" /> + </linearGradient> + <linearGradient + id="linearGradient3025"> + <stop + style="stop-color:#8ae234;stop-opacity:1;" + offset="0" + id="stop3027" /> + <stop + style="stop-color:#73d216;stop-opacity:1;" + offset="1" + id="stop3029" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3025" + id="linearGradient3031" + x1="28.284271" + y1="41.724426" + x2="28.284271" + y2="23.766773" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.224127,0,0,1.233884,94.35394,25.10826)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2864" + id="linearGradient1925" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.580111,0,0,0.529015,-11.37627,-7.683753)" + x1="30.935923" + y1="44.293907" + x2="30.935923" + y2="-11.761294" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2864" + id="linearGradient1935" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.580111,0,0,0.529015,-11.37627,-7.683753)" + x1="30.935923" + y1="44.293907" + x2="30.935923" + y2="-11.761294" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2824" + id="linearGradient2830" + x1="0.44194192" + y1="-1.7218637" + x2="18.119612" + y2="22.408155" + gradientUnits="userSpaceOnUse" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pixmap" + style="display:inline" /> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <path + style="opacity:1;color:black;fill:url(#linearGradient3031);fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 134.13807,57.806199 C 132.11092,57.806199 130.46569,59.464537 130.46569,61.507852 C 130.46569,62.598622 130.94432,63.567881 131.68982,64.245533 L 131.68982,65.209505 L 125.56918,65.209505 L 125.56918,72.612811 L 124.68934,72.612811 C 124.01562,71.811079 123.01338,71.30181 121.8968,71.30181 C 119.86965,71.30181 118.22442,72.977422 118.22442,75.042021 C 118.22442,77.106618 119.86965,78.782232 121.8968,78.782233 C 122.9763,78.782233 123.94072,78.304388 124.61283,77.548349 L 125.56918,77.548349 L 125.56918,81.250002 L 132.91395,81.250002 L 132.91395,80.28603 C 132.16845,79.608378 131.68982,78.639119 131.68982,77.548349 C 131.68982,75.505034 133.33505,73.846696 135.3622,73.846696 C 137.38936,73.846696 139.03458,75.505034 139.03458,77.548349 C 139.03458,78.639119 138.55595,79.608378 137.81046,80.28603 L 137.81046,81.250002 L 145.15522,81.250002 L 145.15522,73.846696 L 146.11157,73.846696 C 146.78369,74.602735 147.7481,75.08058 148.8276,75.08058 C 150.85476,75.08058 152.49998,73.404965 152.49998,71.340368 C 152.49998,69.275771 150.85476,67.600157 148.8276,67.600156 C 147.71102,67.600156 146.70878,68.109426 146.03506,68.911158 L 145.15522,68.911158 L 145.15522,65.209505 L 136.58633,65.209505 L 136.58633,64.245533 C 137.33183,63.567881 137.81046,62.598622 137.81046,61.507852 C 137.81046,59.464537 136.16523,57.806199 134.13807,57.806199 z " + id="rect1933" /> + <path + style="color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.99999988;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 133.5,93 C 135.48874,92.977903 139.5,94.5 139.5,94.5 L 139.5,98.5 C 139.5,98.5 135.4805,99.977903 134,100 C 132.06832,100.03504 131,98 131,95 C 131,94 131.56806,93.014845 133.5,93 z " + id="path2829" + sodipodi:nodetypes="ccccsc" /> + <path + style="opacity:1;color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 136.5,19.5 C 133.5,19.5 131.50807,20.568017 131.5,22.5 C 131.5,23.90625 132.53125,25.03125 132.5,27.5 L 123.5,27.5 L 123.5,34.5 C 121.65625,34.609375 120.22965,33.486337 119,33.5 C 117.06806,33.514845 116.5,34.5 116.5,35.5 C 116.5,38.500001 117.56832,40.535041 119.5,40.5 C 120.47439,40.485457 120.98438,39.53125 123.5,39.5 L 123.5,46.5 L 132.5,46.5 C 132.5,43.441942 131.51704,42.642007 131.5,41.5 C 131.46496,39.56832 133.5,38.5 136.5,38.5 C 137.5,38.5 139.5,39.068003 139.5,41 C 139.5,43 137.5,42.940844 137.5,46.5 L 146.5,46.5 L 146.5,38.5 C 148.95278,38.464308 149.9974,40.513864 151.5,40.5 C 153.43171,40.466763 153.5,38.5 153.5,37 C 153.5,36 152.932,33.5 151,33.5 C 149.98353,33.5 148.48874,34.522097 146.5,34.5 L 146.5,27.5 L 137.5,27.5 C 137.46875,25.46875 139.53125,23.03125 139.5,22 C 139.43965,20.068943 137.5,19.5 136.5,19.5 z " + id="path2841" + sodipodi:nodetypes="cccccssscccsssccccsscccsc" /> + <path + style="opacity:1;color:black;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 137,-21.5 C 136,-21.5 133.5,-20.932 133.5,-19 C 133.5,-17.98353 134.5221,-16.48874 134.5,-14.5 L 127.5,-14.5 L 127.5,-5.5 C 125.46875,-5.46875 123.03125,-7.53125 122,-7.5 C 120.06894,-7.439654 119.5,-5.5 119.5,-4.5 C 119.5,-1.499999 120.56802,0.491928 122.5,0.5 C 123.90625,0.5 125.03125,-0.53125 127.5,-0.5 L 127.5,8.5 L 134.5,8.5 C 134.5,6 132.5,5.500976 132.5,3.5 C 132.5,2 133.5,1.5 135,1.5 C 137.4383,1.5 139.5,1.999024 139.5,4 C 139.5,5.229726 138.5,6.5 138.5,8.5 L 146.5,8.5 L 146.5,-3.5 C 143.44194,-3.5 142.64201,-2.517045 141.5,-2.5 C 139.56832,-2.464959 138.5,-3.5 138.5,-6.5 C 138.5,-7.499999 139.068,-9.5 141,-9.5 C 143,-9.5 142.94084,-7.5 146.5,-7.5 L 146.5,-14.5 L 138.5,-14.5 C 138.46431,-16.95278 140.51386,-17.9974 140.5,-19.5 C 140.46676,-21.43171 138.5,-21.5 137,-21.5 z " + id="path2843" + sodipodi:nodetypes="cscccssccccssscccsssccccc" /> + <path + style="color:black;fill:url(#linearGradient1925);fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.99999917;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 9.087845,0.51597742 C 8.5077335,0.51597742 7.0574555,0.81645779 7.0574555,1.8385144 C 7.0574555,2.3762421 7.512819,2.4479271 7.5,3.5 L 3.5,3.5 L 3.5,7.5 C 2.5,7.5 2.0984681,6.5 1.5,6.5 C 0.5,6.5 0.5,8 0.51601099,8.509229 C 0.54715112,9.49964 0.37923519,11.49573 1.5,11.5 C 2,11.5 2.5,10.5 3.5,10.5 L 3.5,15.5 L 7.474135,15.490121 C 7.474135,14.167585 6.5,14.558546 6.5,13.5 C 6.5,12.706478 7.6298329,12.5 8.5,12.5 C 9.914485,12.5 10.5,12.441454 10.5,13.5 C 10.5,14.150543 9.5,14.441971 9.5,15.5 L 15.5,15.5 L 15.5,10.448002 C 14.5,10.5 14.16256,11.5 13.5,11.5 C 13,11.5 12.5,11 12.5,9.5 C 12.5,8 13,7.5 13.5,7.5 C 14.5,7.5 14.5,8.5 15.5,8.5 L 15.5,3.5 L 10.5,3.5 C 10.479295,2.2024431 12.222462,2.4437726 12.214419,1.648875 C 12.214419,0.5159775 10.624765,0.51597742 9.087845,0.51597742 z " + id="path2848" + sodipodi:nodetypes="cscccssccccssscccsssccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.92670691" + inkscape:original="M 9.09375 0.53125 C 8.5136387 0.53124998 7.0625 0.82169339 7.0625 1.84375 C 7.0625 2.3814777 7.512819 2.4479271 7.5 3.5 L 3.5 3.5 L 3.5 7.5 C 2.5 7.5 2.0984681 6.5 1.5 6.5 C 0.5 6.5 0.51523901 7.990771 0.53125 8.5 C 0.56239012 9.4904113 0.37923519 11.49573 1.5 11.5 C 2 11.5 2.5 10.5 3.5 10.5 L 3.5 15.5 L 7.46875 15.5 C 7.4687501 14.177464 6.5 14.558546 6.5 13.5 C 6.5 12.706478 7.6298329 12.5 8.5 12.5 C 9.914485 12.5 10.5 12.441454 10.5 13.5 C 10.5 14.150543 9.5 14.441971 9.5 15.5 L 15.5 15.5 L 15.5 10.4375 C 14.5 10.489498 14.16256 11.5 13.5 11.5 C 13 11.5 12.5 11 12.5 9.5 C 12.5 8 13 7.5 13.5 7.5 C 14.5 7.5 14.5 8.5 15.5 8.5 L 15.5 3.5 L 10.5 3.5 C 10.479295 2.2024431 12.226793 2.4511476 12.21875 1.65625 C 12.21875 0.5233525 10.63067 0.53125 9.09375 0.53125 z " + style="color:black;fill:url(#linearGradient1935);fill-opacity:1.0;fill-rule:nonzero;stroke:url(#linearGradient2830);stroke-width:0.99999917;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.5;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path1933" + d="M 9.09375,1.46875 C 8.958352,1.46875 8.5138764,1.5347877 8.25,1.65625 C 8.1180618,1.7169811 8.0263445,1.781463 8,1.8125 C 7.9736555,1.843537 8,1.807529 8,1.84375 C 8,1.8539242 7.9779489,1.7771661 8.125,2.0625 C 8.2720511,2.3478339 8.4455231,2.8415358 8.4375,3.5 C 8.4403978,3.7495175 8.3425566,3.9896617 8.1661092,4.1661092 C 7.9896617,4.3425566 7.7495175,4.4403978 7.5,4.4375 L 4.4375,4.4375 L 4.4375,7.5 C 4.4403978,7.7495175 4.3425566,7.9896617 4.1661092,8.1661092 C 3.9896617,8.3425566 3.7495175,8.4403978 3.5,8.4375 C 2.6910977,8.4375 2.0892238,8.0012562 1.75,7.71875 C 1.4903183,7.5024867 1.5163147,7.5126846 1.5625,7.5 C 1.5502654,7.5282268 1.5433357,7.5182547 1.53125,7.5625 C 1.462189,7.81533 1.4613469,8.2332961 1.46875,8.46875 C 1.4867309,9.0406316 1.4562937,9.7411755 1.53125,10.21875 C 1.5475141,10.322375 1.5723341,10.337344 1.59375,10.40625 C 1.646354,10.363052 1.6539103,10.333122 1.71875,10.28125 C 2.0783158,9.9935974 2.6910977,9.5625 3.5,9.5625 C 3.7495175,9.5596022 3.9896617,9.6574434 4.1661092,9.8338908 C 4.3425566,10.010338 4.4403978,10.250482 4.4375,10.5 L 4.4375,14.5625 L 5.875,14.5625 C 5.6902624,14.278606 5.5625,13.895261 5.5625,13.5 C 5.5625,13.081709 5.7469392,12.652258 6,12.375 C 6.2530608,12.097742 6.5576192,11.954047 6.84375,11.84375 C 7.4160115,11.623156 7.9916184,11.5625 8.5,11.5625 C 9.1944569,11.5625 9.7086072,11.487478 10.34375,11.71875 C 10.661321,11.834386 11.002859,12.12493 11.1875,12.46875 C 11.372141,12.81257 11.4375,13.149932 11.4375,13.5 C 11.4375,13.900055 11.248301,14.245643 11.09375,14.46875 C 11.06684,14.507597 11.057467,14.5281 11.03125,14.5625 L 14.5625,14.5625 L 14.5625,12.0625 C 14.306144,12.262638 13.986703,12.4375 13.5,12.4375 C 12.941098,12.4375 12.349633,12.061888 12.03125,11.53125 C 11.712867,11.000612 11.5625,10.352967 11.5625,9.5 C 11.5625,8.6470326 11.712867,7.9993877 12.03125,7.46875 C 12.349633,6.9381123 12.941098,6.5625 13.5,6.5625 C 13.9271,6.5625 14.273599,6.7322257 14.5625,6.90625 L 14.5625,4.4375 L 10.5,4.4375 C 10.250482,4.4403978 10.010338,4.3425566 9.8338908,4.1661092 C 9.6574434,3.9896617 9.5596022,3.7495175 9.5625,3.5 C 9.5540134,2.9681537 9.7912496,2.479036 10.09375,2.15625 C 10.39625,1.833464 10.718138,1.677823 10.96875,1.5625 C 10.552797,1.4738055 9.8390151,1.46875 9.09375,1.46875 z " /> + </g> +</svg> diff --git a/data/icons/16x16/actions/slideshow-play.png b/data/icons/16x16/actions/slideshow-play.png Binary files differnew file mode 100644 index 0000000..209037a --- /dev/null +++ b/data/icons/16x16/actions/slideshow-play.png diff --git a/data/icons/16x16/actions/slideshow-play.svg b/data/icons/16x16/actions/slideshow-play.svg new file mode 100644 index 0000000..e49168d --- /dev/null +++ b/data/icons/16x16/actions/slideshow-play.svg @@ -0,0 +1,353 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2160" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/hbons/Desktop/Ubuntu Visual Refresh: Discovery" + sodipodi:docname="slideshow-play.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + inkscape:export-filename="/home/andreas/project/misc icons/16x16/slideshow-play.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2162"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 8 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="16 : 8 : 1" + inkscape:persp3d-origin="8 : 5.3333333 : 1" + id="perspective6145" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3579"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3581" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3583" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3561"> + <stop + style="stop-color:#f57900;stop-opacity:1" + offset="0" + id="stop3563" /> + <stop + style="stop-color:#fcaf3e;stop-opacity:1" + offset="1" + id="stop3565" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3414"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop3416" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop3418" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3392"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop3394" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3396" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3860"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3862" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3864" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3844"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3846" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3848" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3860" + id="linearGradient3534" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.4736842,0,0,0.6666668,-1.105263,-1.1666668)" + x1="26.357143" + y1="2.5714288" + x2="29" + y2="10.571428" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3844" + id="linearGradient3536" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2863583,0,0,0.9783807,0.2818499,2.8919026)" + x1="15.470238" + y1="-4.5" + x2="63.35651" + y2="-4.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3414" + id="radialGradient3547" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.08053,0,0,1.0866465,-3.8766135,-1.6952418)" + cx="11" + cy="8" + fx="11" + fy="8" + r="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3392" + id="linearGradient3603" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-6)" + x1="13" + y1="19.46492" + x2="13" + y2="17.495155" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3561" + id="linearGradient2470" + gradientUnits="userSpaceOnUse" + x1="6.7071066" + y1="9.3154173" + x2="5.2149124" + y2="6.0229516" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3579" + id="linearGradient2473" + gradientUnits="userSpaceOnUse" + x1="5.96875" + y1="6.3683372" + x2="6.844131" + y2="9.3674173" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.8585906" + inkscape:cy="6.942953" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1440" + inkscape:window-height="791" + inkscape:window-x="0" + inkscape:window-y="28" + showguides="false" + inkscape:guide-bbox="true" + inkscape:snap-nodes="true" + inkscape:snap-bbox="false" + objecttolerance="10000" + gridtolerance="10000" + showborder="false" + inkscape:showpageshadow="false" + guidetolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid2561" + empspacing="2" + visible="true" + enabled="true" + spacingx="1px" + spacingy="1px" /> + <sodipodi:guide + orientation="1,0" + position="8,9.125" + id="guide3609" /> + </sodipodi:namedview> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Presentation</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Based of Hylke Bons work</dc:title> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="http://www.gnu.org/licenses/lgpl.html" /> + <dc:subject> + <rdf:Bag> + <rdf:li>presentation</rdf:li> + <rdf:li>slides</rdf:li> + <rdf:li>powerpoint</rdf:li> + <rdf:li>spreadsheet</rdf:li> + <rdf:li>impress</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:date>2008-06-10</dc:date> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="fill:none;fill-rule:evenodd;stroke:#888a85;stroke-width:2.9;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 6.5,14.5 L 8.5,13.5 L 10.5,14.5" + id="path3251" + sodipodi:nodetypes="ccc" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3603);stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8.5,10.5 L 8.5,12.5" + id="path3595" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" + d="M 6.5,14.5 L 8.5,13.5 L 10.5,14.5" + id="path3247" + sodipodi:nodetypes="ccc" /> + <path + style="fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8.5,10.5 L 8.5,13.5" + id="path3597" + sodipodi:nodetypes="cc" /> + <rect + style="opacity:1;fill:url(#radialGradient3547);fill-opacity:1;stroke:#babdb6;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3545" + width="13" + height="11" + x="1.5" + y="0.49999997" + rx="1.4994825" + ry="1.4994825" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3551" + width="11.003937" + height="9.0051527" + x="2.4960632" + y="1.4948474" + rx="0.83219904" + ry="0.83219904" /> + <path + style="opacity:0.07207207;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.80000000999999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" + d="M 1,2 L 15,2 L 15,4 L 1,4 L 1,2 z" + id="path3615" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#babdb6;fill-opacity:1;stroke:url(#linearGradient3534);stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.5,0.49999988 L 14.5,0.49999988 C 15.054,0.49999988 15.5,0.94599993 15.5,1.5 C 15.5,2.0540001 15.054,2.5000001 14.5,2.5000001 L 1.5,2.5000001 C 0.946,2.5000001 0.5,2.0540001 0.5,1.5 C 0.5,0.94599993 0.946,0.49999988 1.5,0.49999988 z" + id="path3526" + sodipodi:nodetypes="ccsccsc" /> + <rect + style="opacity:1;fill:url(#linearGradient3536);fill-opacity:1;stroke:none" + id="rect3528" + width="12" + height="1" + x="2" + y="-2" + transform="scale(1,-1)" + rx="0.35317519" + ry="0.46757096" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" + id="rect3530" + width="1.4375" + height="1.4375" + x="0.78125" + y="0.78125" + transform="matrix(7.3523147e-8,1,1,-1.8380794e-8,0,0)" + rx="0.71875" + ry="0.71875" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" + id="rect3532" + width="1.5" + height="1.4999999" + x="0.75000048" + y="13.75" + transform="matrix(7.3523153e-8,1,1,-1.8380793e-8,0,0)" + rx="0.74999988" + ry="0.74999994" /> + <path + style="opacity:0.38288288;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.80000000999999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" + d="M 2,2 L 14,2 L 14,3 L 2,3 L 2,2 z" + id="path3275" + sodipodi:nodetypes="ccccc" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.79999995000000013;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3240" + width="1" + height="1" + x="6" + y="14" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3242" + width="1" + height="1" + x="10" + y="14" /> + <rect + style="opacity:0.18468468;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.90000010000000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3244" + width="3" + height="1" + x="7" + y="12" /> + <path + style="fill:#888a85;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 6,4 L 6,10 L 11,6.5358983 L 6,4 z" + id="path5208" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/data/icons/16x16/apps/eom.png b/data/icons/16x16/apps/eom.png Binary files differnew file mode 100644 index 0000000..5874de0 --- /dev/null +++ b/data/icons/16x16/apps/eom.png diff --git a/data/icons/16x16/apps/eom.svg b/data/icons/16x16/apps/eom.svg new file mode 100644 index 0000000..452905e --- /dev/null +++ b/data/icons/16x16/apps/eom.svg @@ -0,0 +1,339 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg1872" + sodipodi:version="0.32" + inkscape:version="0.44.1" + sodipodi:docbase="/home/ulisse/Desktop/EOM/16x16" + sodipodi:docname="eom.svg" + inkscape:export-filename="/home/ulisse/Desktop/EOM/eom.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + version="1.0"> + <defs + id="defs1874"> + <linearGradient + inkscape:collect="always" + id="linearGradient3699"> + <stop + style="stop-color:#8f5902;stop-opacity:1;" + offset="0" + id="stop3701" /> + <stop + style="stop-color:#a26c14;stop-opacity:1" + offset="1" + id="stop3703" /> + </linearGradient> + <linearGradient + id="linearGradient3619" + inkscape:collect="always"> + <stop + id="stop3621" + offset="0" + style="stop-color:#667d21;stop-opacity:1" /> + <stop + id="stop3623" + offset="1" + style="stop-color:#c3d339;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient2945" + inkscape:collect="always"> + <stop + id="stop2947" + offset="0" + style="stop-color:white;stop-opacity:1" /> + <stop + id="stop2949" + offset="1" + style="stop-color:#a8a9a5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2881"> + <stop + style="stop-color:#5f615d;stop-opacity:1" + offset="0" + id="stop2883" /> + <stop + style="stop-color:#373e41;stop-opacity:1" + offset="1" + id="stop2885" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2949"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2951" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop2953" /> + </linearGradient> + <linearGradient + id="linearGradient3218"> + <stop + id="stop3220" + offset="0" + style="stop-color:white;stop-opacity:0" /> + <stop + style="stop-color:#204a87;stop-opacity:0.0887574;" + offset="0.5" + id="stop3222" /> + <stop + id="stop3224" + offset="1" + style="stop-color:#204a87;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient2842" + inkscape:collect="always"> + <stop + id="stop2844" + offset="0" + style="stop-color:white;stop-opacity:1" /> + <stop + id="stop2846" + offset="1" + style="stop-color:#e2e2df;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2842" + id="linearGradient2930" + gradientUnits="userSpaceOnUse" + x1="10.625015" + y1="9.375" + x2="14.480963" + y2="29.564426" + gradientTransform="matrix(0.323391,-2.964092e-3,6.578876e-3,0.295078,-1.069331,-1.320367)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3218" + id="radialGradient2977" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.659992,-3.924745e-7,3.625985e-7,0.608628,20.58139,9.676477)" + cx="60.532116" + cy="24.724428" + fx="60.532116" + fy="24.724428" + r="10.532116" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2881" + id="linearGradient2979" + gradientUnits="userSpaceOnUse" + x1="59.009377" + y1="16.16551" + x2="66.460114" + y2="34.108303" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2949" + id="linearGradient2983" + gradientUnits="userSpaceOnUse" + x1="53.8335" + y1="19.828632" + x2="56.286068" + y2="33.055767" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3619" + id="linearGradient3964" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.285103,-3.41455e-3,2.004028e-3,0.289888,-0.371685,-0.798308)" + x1="13.720824" + y1="28.167385" + x2="17.472685" + y2="9.4276752" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2945" + id="linearGradient3689" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.280451,-1.484523e-2,-6.790933e-3,0.298782,6.285496e-2,-1.18937)" + x1="16.552513" + y1="27.669502" + x2="14.612556" + y2="4.9008713" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3699" + id="linearGradient3705" + x1="13.673748" + y1="13.897748" + x2="14.342718" + y2="11.975301" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#c5c5c5" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="64" + inkscape:cx="5.7799168" + inkscape:cy="12.185694" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:showpageshadow="false" + inkscape:window-width="1049" + inkscape:window-height="743" + inkscape:window-x="161" + inkscape:window-y="23" + inkscape:grid-points="true" + showborder="true" + inkscape:guide-bbox="true" + width="16px" + height="16px" + showguides="true" /> + <metadata + id="metadata1877"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Ulisse Perusin</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:title>Eye Of Mate</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>eye of mate</rdf:li> + <rdf:li>image viewer</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + style="display:inline"> + <path + sodipodi:nodetypes="ccccccccc" + id="rect2829" + d="M 1.500117,0.500012 L 9.500117,0.500012 C 9.959211,0.4958041 10.490777,1.0811119 10.500117,1.500012 L 10.500117,9.500012 C 10.509456,9.918912 9.959211,10.495804 9.500117,10.500012 L 1.500117,10.500012 C 1.0410231,10.50422 0.50945656,9.918912 0.50011696,9.500012 L 0.50011696,1.500012 C 0.49077746,1.0811119 1.0410231,0.5042199 1.500117,0.500012 z " + style="fill:url(#linearGradient2930);fill-opacity:1;fill-rule:nonzero;stroke:#858781;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="rect2811" + d="M 1.500117,2.500012 L 9.500117,2.500012 L 9.500117,8.500012 L 1.500117,8.500012 L 1.500117,2.500012 z " + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3689);stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <g + style="display:inline" + id="g3966"> + <path + style="fill:url(#linearGradient3964);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2,3 L 9.0000001,3 L 9.0000001,8 L 2,8 L 2,3 z " + id="rect3149" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" + id="path3361" + d="M 12.549158,23.225127 L 8.7001466,23.225127 L 8.7001466,19.337329 L 12.549158,17.39343 L 10.624652,15.449531 L 4.8511357,15.449531 L 4.8511357,11.561732 L 10.624652,11.561732 L 12.549158,9.6178333 L 8.7001466,7.6739343 L 8.7001466,3.7861361 L 12.549158,3.7861361 L 14.473663,9.6178333 L 16.398169,7.6739343 L 16.398169,3.7861361 L 20.24718,3.7861361 L 20.24718,9.6178333 L 22.171685,9.6178333 L 24.096191,7.6739343 L 27.945202,7.6739343 L 27.945202,11.561732 L 24.096191,11.561732 L 22.171685,13.505631 L 27.945202,15.449531 L 27.945202,19.337329 L 24.096191,19.337329 L 22.171685,17.39343 L 20.24718,17.39343 L 20.24718,23.225127 L 16.398169,23.225127 L 16.398169,19.337329 L 12.549158,19.337329 L 12.549158,23.225127 z " + style="fill:white;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.09468126;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + transform="matrix(0.259807,0,0,0.257215,0.739641,2.026149)" /> + </g> + <path + sodipodi:type="arc" + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#c2680c;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1914" + sodipodi:cx="15.5" + sodipodi:cy="5.5" + sodipodi:rx="1.5" + sodipodi:ry="1" + d="M 17 5.5 A 1.5 1 0 1 1 14,5.5 A 1.5 1 0 1 1 17 5.5 z" + transform="translate(-10.5,-1.192093e-7)" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="lente" + style="display:inline"> + <g + id="g3041"> + <path + transform="matrix(0.420822,0,0,0.419544,-16.97314,-1.872981)" + d="M 71.064232 24.724428 A 10.532116 10.724427 0 1 1 50,24.724428 A 10.532116 10.724427 0 1 1 71.064232 24.724428 z" + sodipodi:ry="10.724427" + sodipodi:rx="10.532116" + sodipodi:cy="24.724428" + sodipodi:cx="60.532116" + id="path2982" + style="opacity:0.4;fill:url(#radialGradient2977);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(0.448844,0,0,0.43584,-18.66933,-2.275901)" + d="M 69.443906 24.724428 A 8.9117899 9.1776361 0 1 1 51.620326,24.724428 A 8.9117899 9.1776361 0 1 1 69.443906 24.724428 z" + sodipodi:ry="9.1776361" + sodipodi:rx="8.9117899" + sodipodi:cy="24.724428" + sodipodi:cx="60.532116" + id="path2994" + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2979);stroke-width:2.26094413;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:open="true" + sodipodi:end="4.3266189" + sodipodi:start="2.0051054" + sodipodi:type="arc" + style="opacity:0.8;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2983);stroke-width:3.39020109;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2944" + sodipodi:cx="60.532116" + sodipodi:cy="24.724428" + sodipodi:rx="9.9629145" + sodipodi:ry="10.377243" + d="M 56.339884,34.138258 A 9.9629145,10.377243 0 0 1 56.783343,15.10982" + transform="matrix(0.281466,0.102654,-0.10256,0.271713,-6.001898,-4.431808)" /> + <path + inkscape:transform-center-y="5.22802" + inkscape:transform-center-x="-5.1491994" + style="fill:#d79b3d;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3705);stroke-width:1.0000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 11.5,12.5 L 12.5,11.5 C 13.481798,12.226658 14.724996,13.153365 15.5,14 C 15.5,15.5 15.5,15.5 14,15.5 C 13.153549,14.712901 12.169521,13.556177 11.5,12.5 z " + id="path2163" + sodipodi:nodetypes="ccccc" /> + </g> + </g> +</svg> |