view client/babel.config.js @ 1933:1aa2921d8832

client: pdf-gen: make scalebar box size dynamic * Change the calculation of the size of the scalebar to use a fixed maximum size and draw the box around it, when the size has been cacalculated. Use a fixed placement in the lower right corner for now.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 21 Jan 2019 13:02:32 +0100
parents 88d0d60924cf
children
line wrap: on
line source

module.exports = {
  presets: ["@vue/app"]
};