Andy Wingo skribis:
> On Fri 28 Aug 2015 19:15, Luis Felipe López Acevedo
> writes:
>
>> Modifying the document background does not affect the design at all,
>> because we are using the dark rectangle on top of it as the background
>> of the image, so it doesn't matter what the background of th
Andy Wingo skribis:
> We could use guile-cairo / guile-rsvg to convert, fwiw. Better to do
> that than to cause our graphics people to modify the image.
Indeed, that sounds even better.
I had an old stash with Guile-{RSVG,Present}, so I’ve just finished it
and pushed.
Would you like to rewrit
On Fri 28 Aug 2015 19:15, Luis Felipe López Acevedo
writes:
> Modifying the document background does not affect the design at all,
> because we are using the dark rectangle on top of it as the background
> of the image, so it doesn't matter what the background of the document
> is.
>
> Could it
Here are the grub SVGs with vector checkerboard:
https://cloud.openmailbox.org/index.php/s/uBM9iQ3oLLjjIZX
So no need for Inkscape anymore :)
--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.org/
Hi Luis, thanks for the quick response.
Luis Felipe López Acevedo writes:
> On 2015-08-27 16:19, l...@gnu.org wrote:
>> Mark H Weaver skribis:
>>
>>> The main difficulty here was that our SVG artwork is partially
>>> transparent, and includes a "Background" layer with a checker-board
>>> patter
On 2015-08-27 16:19, l...@gnu.org wrote:
Mark H Weaver skribis:
This patch modifies 'svg->png' in (gnu system grub) to use
rsvg-convert
instead of inkscape. Inkscape is a rather heavy dependency to convert
an image. This is important for users who choose to avoid binary
substitutes.
Good
Mark H Weaver skribis:
> This patch modifies 'svg->png' in (gnu system grub) to use rsvg-convert
> instead of inkscape. Inkscape is a rather heavy dependency to convert
> an image. This is important for users who choose to avoid binary
> substitutes.
Good idea.
> The main difficulty here was
cape required code to remove that layer before conversion to png.
Comments and suggestions welcome,
Mark
>From 0b3066420f72ecf15b65406bd417768450bfcac7 Mon Sep 17 00:00:00 2001
From: Mark H Weaver
Date: Wed, 19 Aug 2015 17:26:02 -0400
Subject: [PATCH] system: grub: Convert grub backgrou