Wondering if you can look into this problem for me. I actually get the same problem with Inkscape, rsvg-convert, scribus, uniconveror etc, so not sure what is going on, but this SVG results in:
"An unknown shading type was encountered" error message when opening in Illustrator. There is also a clipping mask applied to the entire image and editing is not possible, although it is still completely scalable.
If this could be rectified, it would make Prince the only SVG->PDF converter that would actually work properly, other than Illustrator itself, but that is not an option since I need to script this on the server.
Even just noticed that adobe distiller (print from Inkscape) can't do it properly - why is it so hard? The especially weird thing is that the SVG was originally created by saving from an Illustrator file.
Thanks,
Adrian
"An unknown shading type was encountered" error message when opening in Illustrator. There is also a clipping mask applied to the entire image and editing is not possible, although it is still completely scalable.
<linearGradient
id="path1581_2_"
gradientUnits="userSpaceOnUse"
x1="-169.4004"
y1="287.6299"
x2="-126.9098"
y2="330.1205"
gradientTransform="matrix(1.202 0.6427 0.4359 -0.8152 75.4094 356.3559)">
<stop offset="0" style="stop-color:#927A62" id="stop7" />
<stop offset="1" style="stop-color:#93866F" id="stop9" />
</linearGradient>
<path
id="path1581_1_"
fill="url(#path1581_2_)"
d="M60.804,0.023c-0.958-0.163-4.029,0.558-7.365,1.317 C50.11,2.095,48.038,4.425,45.762,5.2s-15.721,1.957-26.415,4.912c-9.763,2.684-17.372,6.094-18.044,6.414 c-1.454,0.686-1.78,2.303-0.523,2.452c1.263,0.149,12.283-4.857,17.378-6.196c5.088-1.359,18.371-5.271,24.152-5.625 c3.478-0.189,9.402-0.516,14.967-0.509c3.743,0.014,7.154,0.285,10.204,0.394c-0.903-0.836-6.298-0.666-9.267-1.154 C55.271,5.398,48.2,6.152,48.2,6.152s2.364-2.908,4.722-3.817C55.273,1.409,61.795,0.187,60.804,0.023z" />
</svg>
If this could be rectified, it would make Prince the only SVG->PDF converter that would actually work properly, other than Illustrator itself, but that is not an option since I need to script this on the server.
Even just noticed that adobe distiller (print from Inkscape) can't do it properly - why is it so hard? The especially weird thing is that the SVG was originally created by saving from an Illustrator file.
Thanks,
Adrian