<div dir="ltr">When creating a custom morph it's not clear to me whether I should subclass PlacedMorph or BoxedMorph.<div><br></div><div>I see that PlacedMorph doesn't hold the size of the morph, but BoxedMorph does. BoxedMorph has the instance variable extent and the accessors morphExtent and morphExtent:. I want to be able to set the extent of my custom morph instances and utilize that size informationĀ in my drawOn: method.</div><div><br><div>However, the drawOn: method in PlaceMorph uses a VectorCanvas and BoxedMorph uses a HybridCanvas. HybridCanvas doesn't have the strokeWidth:color:fillColor:do: method and I want to use that.</div><div><br></div><div>I could add my own extent instance variable to my PlacedMorph subclass, but that feels wrong.</div><div><br></div><div>I need some advice on this.</div><div><br></div><div><div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div></div></div></div>