diff options
| author | Aaron Spike <aaron@ekips.org> | 2008-05-03 20:26:45 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2008-05-03 20:26:45 +0000 |
| commit | e8ca3c02671e0efed6e8c19b9aa7cc6cde832401 (patch) | |
| tree | 5ac33f3a505bb8647333b77d53d4da9d01b06a1b /share/extensions/gimp_xcf.inx | |
| parent | Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own file (diff) | |
| download | inkscape-e8ca3c02671e0efed6e8c19b9aa7cc6cde832401.tar.gz inkscape-e8ca3c02671e0efed6e8c19b9aa7cc6cde832401.zip | |
Export grid and guides to XCF (Bug #222655)
Patch by PsychoAlienDog. Excellent work. We may want to reexamine the printing of debug info by xpathSingle() when there is no grid.
(bzr r5591)
Diffstat (limited to 'share/extensions/gimp_xcf.inx')
| -rw-r--r-- | share/extensions/gimp_xcf.inx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/extensions/gimp_xcf.inx b/share/extensions/gimp_xcf.inx index 8f54cd6c0..904720af9 100644 --- a/share/extensions/gimp_xcf.inx +++ b/share/extensions/gimp_xcf.inx @@ -6,6 +6,9 @@ <dependency type="executable" location="extensions">gimp_xcf.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <dependency type="executable" location="path">gimp</dependency> + + <param name="guides" type="boolean" _gui-text="Save Guides:"></param> + <param name="grid" type="boolean" _gui-text="Save Grid:"></param> <output> <extension>.xcf</extension> <mimetype>application/x-xcf</mimetype> |
