Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Each SVG renderer can be different. They may all not recognized the full set of commands.
In IM you can use the internal svg renderer, but if you want something more precise/functional, install the RSVG delegate and see if that helps.
You can see if it is configured by
convert -list configure
and see if rsvg is listed on the line DELEGATES.
Or
convert -list format
and look at the line regarding SVG and see if it shows the RSVG rather than xml
Sorry I am not a windows user so cannot help install it. Search the internet for SVG delegate librariy and find one for Windows.