<div dir="ltr"><div>Hi,</div><div>I have changed wall subtypes before in my layout. e.g. Using Bruce Mutton's <br></div><div><br></div><div>code metapost<br></div><div>def l_wall_unsurveyed (expr P) = <br>  T:=identity;<br>  pickup PenC;<br>  thdraw P dashed evenly scaled (2*optical_zoom);<br>enddef;<br>endcode</div><div><br></div><div>However, I can't get this working on the default l_wall type. Any changes, including using the same style as in the above l_wall_unsurveyed example get ignored. e.g.</div><div>
<div>code metapost<br></div><div>def l_wall (expr P) = <br>  T:=identity;<br>  pickup PenC;<br>  thdraw P dashed evenly scaled (2*optical_zoom);<br>enddef;<br>endcode</div><div><br></div><div>I'm not sure what I'm missing. I'm first trying to prove I can override this, and then working on a wall style with a shadow or external cross-hatching.</div><div><br></div><div>Thanks,</div><div>Paul<br></div><div></div>

</div><div><br></div></div>