view inkscape/firefox/MBFilter.inx @ 1087:cd34de1a6960 openvg

Fix issue of incorrect color for color paint. It is always black (nearly). It is caused by translate RGBA values from MadButterfly to OpenVG with wrong function.
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 03 Dec 2010 18:18:43 +0800
parents c39b24036a75
children
line wrap: on
line source

<inkscape-extension>
    <name>MadServer</name>
    <id>net.sourceforge.madbutterfly.filter.update</id>
	<dependency type="executable" location="extensions">MBServer.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
    <effect>
		<object-type>any</object-type>
		<effects-menu>
			<submenu _name="MadButterfly">
				<submenu _name="Server"/>
			</submenu>
		</effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">MBServer.py</command>
    </script>
</inkscape-extension>