Mon, Sep 12 2005
15:08:06
|
|
Request created by guest
|
|
Subject: d.split: frames are NOT equal
Platform: GNU/Linux/i386
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: cvs 23.08.05
d.split fails to divide the monitor into equal pieces.
As well vertically:
http://www.biol.uni.wroc.pl/sieczka/udostepnione/dsplit/dsplit_vert.png
as horizontally:
http://www.biol.uni.wroc.pl/sieczka/udostepnione/dsplit/dsplit_horiz.png
Screendumps where created in following steps:
d.resize width=800 height=600
g.region vect=frame res=1 -a
d.split 'cmd1=d.vect frame col=blue' 'cmd2=d.vect frame col=red' view=vert
d.split 'cmd1=d.vect frame col=blue' 'cmd2=d.vect frame col=red' view=horiz
My vector file 'frame' is here for testing:
http://www.biol.uni.wroc.pl/sieczka/udostepnione/dsplit/frame.tar.bz2
Maciek |
|
Tue, Sep 13 2005
07:30:51
|
|
Status changed to resolved by hbowman
|
|
Tue, Sep 13 2005
07:30:51
|
|
Comments added by hbowman
|
|
Fixed in CVS.
was 0->49 and 50->100 % of window. Changed to 0->49.5 and 50.5->100.
see bug #3613 for info. (that bug remains open)
Hamish
|
|