Re: [csswg-drafts] [css-shapes-2] WIP: Add a draw() shape syntax, which accepts shape-segments equivalent to (#5711)

I recently amended my last comment to mention alternative keywords: horizontal `level` and vertical `plummet`. 

| `l` | `L` | `h` | `H` | `v` | `V` |
|---|---|---|---|---|---|
| `line by <length> <length>` | `line to <length> <length>` | `horizontal by <length>` | `horizontal to <length>` | `vertical by <length>` | `vertical to <length>` |
| `line by <length> <length>` | `line to <length> <length>` | `level by <length>` | `level to <length>` | `plummet by <length>` | `plummet to <length>` |
| `line by <length> <length>` | `line to <length> <length>` | `line by <length> 0` | `line to <length> auto` | `line by 0 <length>` | `line to auto <length>` |
| `line by <length> <length>` | `line to <length> <length>` | `[left\|right] by <length>` | `[left\|right] to <length>` | `[top\|bottom] by <length>` | `[top\|bottom] to <length>` |
| `line by <length> <length>` | `line to <length> <length>` | `[left\|right] by <length>` | `[left\|right] to <length>` | `[up\|down] by <length>` | `[up\|down] to <length>` |


-- 
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/5711#issuecomment-727179447 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 14 November 2020 10:04:25 UTC