[GRASS-dev] Convenient download of the new logo is missing

Hi all,

the new cleaned up logo for GRASS GIS with the bold+thin text is available online [1] only in zip download where SVG requires the special font and PNG not that flexible for scaling since the thin text (GIS) is might be badly re-sampled.

Please, can somebody with the right fonts installed provide SVG with text as vectors and a PDF?

Thanks,

Vaclav

[1] https://grass.osgeo.org/download/logos/

Hello Vaclav,
you are right, it's not very convenient.

attached is an archive containing files I hope you need ("vf" for
vectorized fonts).

Bye,

Vincent

Le lundi 30 novembre 2015 à 13:38 -0500, Vaclav Petras a écrit :

Hi all,

the new cleaned up logo for GRASS GIS with the bold+thin text is
available online [1] only in zip download where SVG requires the
special font and PNG not that flexible for scaling since the thin text
(GIS) is might be badly re-sampled.

Please, can somebody with the right fonts installed provide SVG with
text as vectors and a PDF?

Thanks,

Vaclav

[1] https://grass.osgeo.org/download/logos/

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

(attachments)

grass_gis_logo_2015_vf.tar.gz (10.9 KB)

oops,
I did it in a hurry, and forgot to vectorize the slogan as well

sorry, will fix it on wednesday

V.

Le lundi 30 novembre 2015 à 13:38 -0500, Vaclav Petras a écrit :

Hi all,

the new cleaned up logo for GRASS GIS with the bold+thin text is
available online [1] only in zip download where SVG requires the
special font and PNG not that flexible for scaling since the thin text
(GIS) is might be badly re-sampled.

Please, can somebody with the right fonts installed provide SVG with
text as vectors and a PDF?

Thanks,

Vaclav

[1] https://grass.osgeo.org/download/logos/

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

On Mon, Nov 30, 2015 at 2:26 PM, Vincent Bain <bain@toraval.fr> wrote:

attached is an archive containing files I hope you need ("vf" for
vectorized fonts).

Thanks! This is exactly what I need now. Well, actually what I need right
now is a cropped PDF, so no page and no borders (file attached, done with
pdfcrop).

(attachments)

grass_gis.pdf (4.53 KB)

here it is !

V.

Le lundi 30 novembre 2015 à 15:08 -0500, Vaclav Petras a écrit :

On Mon, Nov 30, 2015 at 2:26 PM, Vincent Bain <bain@toraval.fr> wrote:
        
        attached is an archive containing files I hope you need ("vf"
        for
        vectorized fonts).

Thanks! This is exactly what I need now. Well, actually what I need
right now is a cropped PDF, so no page and no borders (file attached,
done with pdfcrop).

(attachments)

logo_variant_vf.pdf (3.88 KB)

Hi,

any action item for me? Upload/replace what on the CMS?
Please let me know

Markus

Bonjour Markus,

sorry to have left it inconsistent so long. Attached is the .svg source
file (remember it contains several variants in different layers, like
logo, b&w logo, capitalized text, moto...) where I vectorized every text
object.

Perhaps we can provide it as a "vectorized font version".

We could complete the page with some LaTeX considerations : my knowledge
of latex is limited to my own daily experience. I recently set up beamer
presentations that I compiled with XeLaTeX. For those documents I put
the following lines in preambule

        \newfontface\firathin{FiraSans-Thin.otf}
        \newcommand{\grass}{\textbf{GRASS}\,{\firathin{GIS}}}

then \grass{} automatically displays the word GRASS GIS in the right
fontface in the document. Maybe we could give some *TeX/Xe*TeX hints on
how to e.g. cite grass and display its icon, slogan, ... maybe not ?

Bye,
Vincent

Le mercredi 09 décembre 2015 à 22:04 +0100, Markus Neteler a écrit :

Hi,

any action item for me? Upload/replace what on the CMS?
Please let me know

Markus

(attachments)

logo_variant_vf.svg

On Wed, Dec 9, 2015 at 4:04 PM, Markus Neteler <neteler@osgeo.org> wrote:

any action item for me? Upload/replace what on the CMS?

I would like to see the following files in CMS:

PNG with white bg (logo with text)
PNG with transparent bg (logo with text)
vectorized font version SVG (logo with text)
vectorized font version SVG (all)
full SVG
PDF (logo with text, needs also vectorized and diff bg versions?)
ZIP with all

I usually need PDF for LaTeX and PNG for everything else and I prefer to
download them directly, not in a ZIP.

On Wed, Dec 9, 2015 at 4:25 PM, Vincent Bain <bain@toraval.fr> wrote:

We could complete the page with some LaTeX considerations : my knowledge
of latex is limited to my own daily experience. I recently set up beamer
presentations that I compiled with XeLaTeX. For those documents I put
the following lines in preambule

        \newfontface\firathin{FiraSans-Thin.otf}
        \newcommand{\grass}{\textbf{GRASS}\,{\firathin{GIS}}}

then \grass{} automatically displays the word GRASS GIS in the right
fontface in the document. Maybe we could give some *TeX/Xe*TeX hints on
how to e.g. cite grass and display its icon, slogan, ... maybe not ?

This would be good. *TeX and also HTML. I personally prefer the non-font
versions but I think the website can handle more versions as long as the
few most important files are at the top.

I've recently used something like in a LaTeX Beamer presentation:

\href{https://grass.osgeo.org/\}{
    \includegraphics[height=0.25\textheight]{grass_gis_logo}
}

I'm not sure if I always consider good linking an external image but often
projects provide HTML to include their logo:

<a href="https://grass.osgeo.org/&quot;&gt;
    <img alt="GRASS GIS logo" style="border-width:0" src="
https://grass.osgeo.org/uploads/images/logo_variant_nobg.png&quot;&gt;
</a>

On Thu, Dec 10, 2015 at 2:52 AM, Vaclav Petras <wenzeslaus@gmail.com> wrote:

On Wed, Dec 9, 2015 at 4:04 PM, Markus Neteler <neteler@osgeo.org> wrote:

any action item for me? Upload/replace what on the CMS?

I would like to see the following files in CMS:

PNG with white bg (logo with text)
PNG with transparent bg (logo with text)
vectorized font version SVG (logo with text)
vectorized font version SVG (all)
full SVG
PDF (logo with text, needs also vectorized and diff bg versions?)
ZIP with all

Anyone willing to prepare this? I'd then upload and change the CMS page.

I usually need PDF for LaTeX and PNG for everything else and I prefer to
download them directly, not in a ZIP.

Yes.

Markus