Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 23:52:30 -0800
From:      John-Mark Gurney <jmg@funkthat.com>
To:        freebsd-doc@FreeBSD.org
Subject:   remove SVG logo file link from website (temp)...
Message-ID:  <20131228075230.GR99167@funkthat.com>

next in thread | raw e-mail | index | archive | help
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."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131228075230.GR99167>