9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Abaco Again: Taking Advantage of Erik Quanstrom
@ 2007-07-02 17:16 Gregory Pavelcak
  2007-07-02 18:57 ` erik quanstrom
  2007-07-03  0:56 ` erik quanstrom
  0 siblings, 2 replies; 3+ messages in thread
From: Gregory Pavelcak @ 2007-07-02 17:16 UTC (permalink / raw)
  To: 9fans

I've come across some pages, for example

http://forums.catholic.com/showthread.php?p=2413771

where a lot of the text doesn't appear. Error produces a
series of "string: negative line width" messages. If abaco
would render these pages, it could become my sole Plan 9
browser!

Greg



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] Abaco Again: Taking Advantage of Erik Quanstrom
  2007-07-02 17:16 [9fans] Abaco Again: Taking Advantage of Erik Quanstrom Gregory Pavelcak
@ 2007-07-02 18:57 ` erik quanstrom
  2007-07-03  0:56 ` erik quanstrom
  1 sibling, 0 replies; 3+ messages in thread
From: erik quanstrom @ 2007-07-02 18:57 UTC (permalink / raw)
  To: 9fans

i'll look at it this evening.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] Abaco Again: Taking Advantage of Erik Quanstrom
  2007-07-02 17:16 [9fans] Abaco Again: Taking Advantage of Erik Quanstrom Gregory Pavelcak
  2007-07-02 18:57 ` erik quanstrom
@ 2007-07-03  0:56 ` erik quanstrom
  1 sibling, 0 replies; 3+ messages in thread
From: erik quanstrom @ 2007-07-03  0:56 UTC (permalink / raw)
  To: 9fans

html.c:247,253 - /n/dump/2007/0702/usr/quanstro/src/abaco/html.c:247,252
  {
  	Irule *i;
  	Point pt0, pt1;
- 	int j;
  
  	i = (Irule *)b->i;
  	pt0 = subpt(b->r.min, p->pos);
html.c:254,263 - /n/dump/2007/0702/usr/quanstro/src/abaco/html.c:253,259
  	pt0.y += Space;
  	pt1 = pt0;
  	pt1.x += Dx(b->r);
- 	j = i->size-2;
- 	if(j < 1)
- 		j = 1;
- 	line(im, pt0, pt1, 0, 0, j, display->black, ZP);
+ 	line(im, pt0, pt1, 0, 0, i->size-2, display->black, ZP);
  }
  


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-07-03  0:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-02 17:16 [9fans] Abaco Again: Taking Advantage of Erik Quanstrom Gregory Pavelcak
2007-07-02 18:57 ` erik quanstrom
2007-07-03  0:56 ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).