Code: Select all
convert -channel A -negate -separate -monochrome %1%2 %1_alpha%2
composite -compose CopyOpacity "%1_alpha%2" "%1%2" "%1_new%2"
convert -size 64x128 xc:blue %1_blue%2
composite over %1_new%2 %1_blue%2 %1%2
convert %1%2 -transparent rgb(0,0,255) %1%2
del %1_alpha%2
del %1_new%2
del %1_blue%2
[EDIT] Nevermind. I just tested the SVG file in Firefox and it works ok; so it must be a problem with the plugin.