[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: gschem ignoring -s?
On Fri, 2009-01-16 at 12:31 -0500, DJ Delorie wrote:
> Executing guile script [./print.scm]
>
> In unknown file:
> ?: 0* [primitive-load "/envy/dj/geda/share/gEDA/gschem-lightbg"]
> In /envy/dj/geda/share/gEDA/gschem-lightbg:
> 60: 1* (background-color 0 "grey94" "null" "1 1 1")
>
> /envy/dj/geda/share/gEDA/gschem-lightbg:59:0: Unbound variable: background-color
All the shiped colour maps have been converted to the new syntax, for
example:
$PREFIX/share/gEDA/gschem-colormap-lightbg
(display-color-map
'((background "#f0f0f0")
(pin "#000000")
.....
and
$PREFIX/share/gEDA/print-colormap-lightbg
(print-color-map
'((background "#ffffff")
(pin "#000000")
(net-endpoint "#ff0000")
(graphic "#008b00")
.....
This new syntax does away with symbolic names for colours (I can't
remember, but we _might_ still be able to resolve them).
It also gives us support for an alpha channel, if you use #rrggbbaa
Best wishes,
--
Peter Clifton
Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA
Tel: +44 (0)7729 980173 - (No signal in the lab!)
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user