[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

[MD:4815] inverted xbm image?



Meadow-2.00Beta2 で、

(insert-image `(image :type xbm :ascent center :width 16 :height 16 
                      :data ,(make-string 32 ?\0)))

を評価すると黒い四角になってしまいます。

GNU Emacs 21.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll
bars, emcws) では白い四角になりました。

また、

(let ((g "#define emp_width 16
#define emp_height 16
static char emp_bits[] = {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };"))
 (insert-image (create-image g 'xbm t)))

は白い四角です。

報告だけですみません。
---
01/07 10:59頃
NECソフト 水戸