IanMercer / imagemultiplier

Image Multiplier is the easiest way to create all of the PNG files you need for a complex Xamarin Solution including all of the sizes needed by Android and iOS. It converts SVG files to PNG files according to a set of specifications. You can install it from the Gallery in the Add-in Manager in Xamarin Studio.
19 stars 6 forks source link

Transparent SVG generate PNG with border around image? #15

Open ghost opened 7 years ago

ghost commented 7 years ago

Expectation is when transparency is used the output does not have border around the image.

See original .svg file (zipped due to git not allowing upload of .svg format) See output .png file.

icondelete 3x

IconDelete.zip

Expected result: PNG does not have border around the shape.

ghost commented 7 years ago

Anyone?