Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Support for mathematical calculations #7

Open
martynhaigh opened this issue Oct 27, 2014 · 0 comments
Open

Support for mathematical calculations #7

martynhaigh opened this issue Oct 27, 2014 · 0 comments

Comments

@martynhaigh
Copy link

Adding support for basic calculations in the size and offset fields would improve readablilty:

{
    "keylines": [
        {
            "offset": 56,
            "from": "TOP"
        }, {
            "offset": 56 + 24,
            "from": "TOP"
        }, {
            "offset": 56 + (2 * 24),
            "from": "TOP"
        }
    ]
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant