We don't want this, because (in the new code structure) it could only
exist if we somehow loaded an SVG, calculated its outline, threw the
outline away, and then wanted to recalculate it.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
))
}
}
-// todo: we want to defer outline calculation until load, so this
-// is going to be redundant.
-impl From<Outline> for OutlineCalculable {
- fn from(_: Outline) -> OutlineCalculable { OutlineCalculable { } }
-}
#[dyn_upcast]
impl OutlineTrait for ItemInertForOcculted { delegate! { to self.outline {