This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/set_css_class/set_css_class.inx

19 lines
850 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Set CSS Class On Elements</name>
<id>fablabchemnitz.de.set_css_class</id>
<label>Set a CSS class on the selected elements. Their current inline styles will be removed.</label>
<param name="name" type="string" gui-text="CSS class name:">class1</param>
<param name="clear_styles" type="bool" gui-text="clear inline styling">true</param>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>
<submenu name="FabLab Chemnitz">
<submenu name="Various"/>
</submenu>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">set_css_class.py</command>
</script>
</inkscape-extension>