So, I recently tried to use the logo and found out that the SVG version of our logo is not a standards compliant file. It uses Adobe extensions that are ignored by Inkscape, Firefox, and yes, even IE. I propose that we remove the SVG link from our website until we can get a standards compliant version of the logo in SVG.
I do not have the tools to create one, so someone else who does will need to. Apparently the only software that can read the current SVG file is Adobe's, and since that's the case, then they can just use the Illustrator version. Proposed patch: Index: logo.xml =================================================================== --- logo.xml (revision 43223) +++ logo.xml (working copy) @@ -64,8 +64,8 @@ <h3>Vector formats</h3> - <p>Format: <a href="logo/logo-basic.ai">Adobe(r) Illustrator(r)</a>, - <a href="logo/logo-basic.svg">SVG</a></p> + <p>Format: <a href="logo/logo-basic.ai">Adobe(r) Illustrator(r)</a><!--, + <a href="logo/logo-basic.svg">SVG</a> --></p> <p><a href="logo/logo-basic.png"><img src="logo/logo-basic-thumb.png" alt=""/></a></p> If someone gives me an SVG version that works with one of the listed pieces of software above, I will commit it instead of the above patch. Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"