[plt-scheme] Texpict weird+
At Thu, 8 Jun 2006 08:31:09 -0400, "Jay McCarthy" wrote:
> I just recompiled to check this.
>
> Welcome to DrScheme, version 349.100-svn7jun2006.
> Language: (module ...).
> > (require (lib "texpict.ss" "texpict")
> (lib "utils.ss" "texpict"))
> > (hc-append (cloud 50 50))
> <cloud>
> > (hc-append (cloud 50 50)
> (cloud 50 50))
> <bug> pict-width: expects args of type <struct:pict>; given instance of a
> different <struct:pict>
> >
>
> Any idea?
"utils.ss" works only with "mrpict.ss", not "texpict.ss". So, the above
is from mixing a mrpict `cloud' result with a texpict `hc-append'.
Matthew