|
|
There is a bug in content page of working doc on
http://www.povray.org/working-docs/ .
There is 149 <ul> and only 147 </ul>.
As result <hr> at bottom not start at margin.
Tested with IE 5.00.2919.6307.
ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)&_((x+y)*.7,z,.1)&_((x+y+2)*.7,z,.1)&_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35
Post a reply to this message
|
|
|
|
<abx### [at] babilonorg> wrote:
>> There is a bug in content page of working doc on
>> http://www.povray.org/working-docs/ .
>> There is 149 <ul> and only 147 </ul>.
>
> currently 164 and 161 so difference is increased
>
>> As result <hr> at bottom not start at margin.
>> Tested with IE 5.00.2919.6307.
Yes, the doc generator building the working-docs is an older version but as it
was and still is used primarily for verifying the current docs content it has
not been updated and probably won't. This version of the doc generator is not
used for building the docs of any of the official versions...
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|