Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Min/max size for auto-sized tiles #43

Open
diomidov opened this issue Jul 30, 2019 · 0 comments
Open

Min/max size for auto-sized tiles #43

diomidov opened this issue Jul 30, 2019 · 0 comments

Comments

@diomidov
Copy link

diomidov commented Jul 30, 2019

If you fill a row/column with auto-sized tiles, the entire row/column vanishes.It would be nice if the mapping file could specify a minimum size of the tiles to avoid this issue (and maybe also a maximum size for symmetry?)

The syntax could look like something this

<symbol width='10...'>
<symbol width='10...20'>
<symbol width='...20'>
<symbol width='10...10'> = <symbol width='10'>
<symbol width='...'> = <symbol width='auto'>

Alternative notion from @edemaine, more like SVG/HTML:

<symbol width="auto" style="min-width: 10px">
<symbol width="auto" style="min-width: 10px; max-width: 20px">
<symbol width="auto" style="max-width: 20px">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant