jonathancrabtree / Circleator

Flexible circular visualization of genome-associated data with BioPerl and SVG.
Other
46 stars 8 forks source link

Automatically set packer=none when label-type != curved #22

Open jonathancrabtree opened 9 years ago

jonathancrabtree commented 9 years ago

The default packer is running when label-type=spoke, which means that the font size may vary depending on the number of labels and their relative positions. Ideally the packer should take the label-type into account but right now it only works for the default curved label type, meaning that the simplest short-term fix is to disable it for other label types.