Commit 3d04eeb
Allow Outline's to have negative offset values (#23835)
# Objective
Allow negative outline offset values
## Solution
Instead of clamping outline offsets to equal or above zero, clamp them
to equal or above the length of the node's shorter side.
---------
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>1 parent dc70b2e commit 3d04eeb
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
0 commit comments