I have installed ImageMagick on My OS X 10.9.1 by using following
brew install wget
brew update
brew cleanup
brew doctor
brew link libpng freetype
brew install imagemagick
brew install ghostscript
convert -density 300 test.svg -resize 1040x1090 test.png now when I am converting my svg to png , text used in svg got changed, font family is changed, font got stretched,
But when i installed ImageMagick on My Windows it works fine,
So can any one please help me out in this