Hi everyone, 
I'm enthusiastically discovering the features of MagickWand for PHP but before investing time in it, I would like to know if I can easily create an svg document with it. My question is : how will it be rendered? As a true and classical svg file with tags or another way? 
Thanks in advance!
			
			
									
						
										
						creating svg files
Re: creating svg files
ImageMagick is a pixel pusher.  You want some other program to create SVG documents (e.g. inkscape).
			
			
									
						
										
						