forked from shogo82148/svg2css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsvg2css.inx
More file actions
17 lines (17 loc) · 691 Bytes
/
svg2css.inx
File metadata and controls
17 lines (17 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>HTML+CSS Output</_name>
<id>org.inkscape.output.HTMLCSS</id>
<dependency type="executable" location="extensions">svg2css.py</dependency>
<dependency type="executable" location="extensions">svg.py</dependency>
<output>
<extension>.html</extension>
<mimetype>text/html</mimetype>
<_filetypename>HTML+CSS (*.html)</_filetypename>
<_filetypetooltip>HTML and CSS</_filetypetooltip>
<dataloss>true</dataloss>
</output>
<script>
<command reldir="extensions" interpreter="python">svg2css.py</command>
</script>
</inkscape-extension>