[cairo] WG: parse svg with cairo
MenTaLguY
mental at rydia.net
Fri Jun 8 10:53:36 PDT 2007
On Fri, 8 Jun 2007 09:44:02 +0200, "Kreller, Marcus" <MKreller at ime-actia.de> wrote:
> <svg width="539.963pt" height="803.211pt" viewBox="0 0 1108.81 803.211"
> xml:space="preserve" preserveAspectRatio="xMinYMid meet"
> xmlns="http://www.w3.org/2000/svg"
> xmlns:daisy="http://www.daimlerchrysler.com" contentStyleType="text/css"
> contentScriptType="text/ecmascript" zoomAndPan="magnify">
> <metadata>
I do not believe contentScriptType or contentStyleType are valid attributes on <svg>; this may be part of your problem. Try removing them and see if doing so makes a difference.
(the daisy: namespaced attributes should be OK)
-mental
More information about the cairo
mailing list