1
0
Fork 0
inkscape/share/extensions/doc_ai_convert.inx
Daniel Baumann 02d935e272
Adding upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:40:13 +02:00

39 lines
1.4 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Process Illustrator SVG</name>
<id>org.inkscape.doc_ai_convert</id>
<label appearance="header" indent="2">Process Illustrator SVG</label>
<label xml:space="preserve" indent="1">
Apply this extension after opening an SVG file
exported from Adobe Illustrator to:
(1) Recognize and import named layers.
(2) Correct document scale, if necessary.
(Illustrator may export SVG at 75% of correct size.)
</label>
<spacer/>
<separator />
<spacer/>
<label appearance="header" indent="2">How to export SVG from Illustrator</label>
<label xml:space="preserve" indent="1">For best results when exporting from AI:
* When naming layers in AI, either:
* Use just a number as the layer name, or
* Include a space in each layer name
* Use File > Export > Export As...
* Check the "Use Artboards" option
* Select the SVG format option and click Export
* Styling: Presentation attributes
* Object IDs: Layer names
* Minify, Responsive: Both off
</label>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>
<submenu name="Document"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">doc_ai_convert.py</command>
</script>
</inkscape-extension>