chiark / gitweb /
size handling: Drop From<Outline> for OutlineCalculable
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 4 May 2022 18:37:03 +0000 (19:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 4 May 2022 18:47:17 +0000 (19:47 +0100)
commitcba1db5ecc7755ee033f1b63bf454cc78ffe9383
tree1f78dba6b2a849a4de52e82f2247dbdbd789cca6
parent8cefaf9d857fe1f9e84eeb99ffa364e25382d33b
size handling: Drop From<Outline> for OutlineCalculable

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>
src/shapelib.rs