diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-12-06 12:27:53 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-12-06 12:27:53 +0000 |
| commit | 02e09f2b868edcfce47a53bf6bc556df6e5515bc (patch) | |
| tree | 29874ad71d626524818116d7d287db5cf5e59aea /share/extensions/docinfo.inx | |
| parent | Fix memory leak (incomplete clear). (diff) | |
| download | inkscape-02e09f2b868edcfce47a53bf6bc556df6e5515bc.tar.gz inkscape-02e09f2b868edcfce47a53bf6bc556df6e5515bc.zip | |
Add dpiswitcher extension and option to scale legacy documents with it.
(bzr r15301)
Diffstat (limited to 'share/extensions/docinfo.inx')
| -rw-r--r-- | share/extensions/docinfo.inx | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/share/extensions/docinfo.inx b/share/extensions/docinfo.inx new file mode 100644 index 000000000..c3d76a960 --- /dev/null +++ b/share/extensions/docinfo.inx @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>DOC Info</_name> + <id>org.inkscape.docinfo</id> + <dependency type="executable" location="extensions">dpiswitcher.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="action" type="notebook" gui-hidden="true"> + <page name="page_info" _gui-text="Show page info"> + <_param name="d" type="description">Choose this tab if you would like to see page info previously to apply DPI Switcher.</_param> + </page> + </param> + <effect needs-live-preview="false"> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Document"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">dpiswitcher.py</command> + </script> +</inkscape-extension> |
