On Tue, 2014-12-30 at 10:27 +0100, Tavmjong Bah wrote:
Yeah, it is indeed a part of it. They provided me with an EPS file,
so if you have preferred dimensions for a PNG, let me know and I can send it over.
Josh - Convert to svg and we'll store the logo in static, that way we have the vectors available for whatever future needs as well as something to include www side.
Ummm, this is 2015 (give or take a few days). We should be (an are) using SVG's on our website. I think I know a program that can take an EPS and convert it to an SVG.
We are, but I'll tell you a secrete about django. Their ImageFields don't count svg files are images... so the cms rejects svgs as uploaded images. Which is a royal annoying pain and a reason the resource models use FileFields instead.
Some day I'll submit a patch.
Martin,