chiark / gitweb /
mformat 1: Drop the size parameter from load_mf1
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 10 May 2022 19:50:01 +0000 (20:50 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 11 May 2022 23:19:17 +0000 (00:19 +0100)
commit7a721e4e5f8a6dc89035d3dd1e4b8b9b05a8423c
treefe3af3c195cda6e232470aa21b9a0becab03c2db
parent1b74709966aa7204cf9f67bba01e6457f0b55ade
mformat 1: Drop the size parameter from load_mf1

This was introduced in
  size handling: Plumb svg size through to OutlineDefn
and it seemed a good idea at the time.  But when I wrote that I hadn't
decided that these entrypoints would be renamed and kept, rather than
start to contain conditionals.

The mf1 versions can't depend on the size, since in format 1 the SVG's
actual size wasn't used.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/shapelib.rs