Toomas Vooglaid

Results 6 issues of Toomas Vooglaid

**Describe the bug** Since Feb 2021 different clip regions in draw do intersect only, disregarding the defined mode. **To reproduce** E.g. `view [box 101x101 draw [fill-pen brick clip 0x0 70x70...

GUI

**Describe the bug** Faces in pane of `base` face are not shown, although they are present. **To reproduce** E.g. Enter following in console: ``` view lay: layout [base 200x100 with...

GUI

**Describe the bug** If `#include` is used inside the context, contents of included file is not bound to the context, if interpreted. When compiled, it is bound. This results in...

type.compiler

### Expected behavior `curv` after another `curv` should join smoothly. ### Actual behavior Second `curv` joins in sharp angle. ### Steps to reproduce the problem Problem is at 6th point...

status.built
type.bug
GUI

`drop-down` does not update its text property. **To reproduce** Enter `view [drop-down focus on-key [probe face/text]]` in console and add few characters. At least up to April 12th this worked....

status.built
status.tested
type.bug
GUI

There is following proposition in map [documentation](https://github.com/red/docs/blob/master/en/datatypes/map.adoc): >Trying to access a key not defined in a map will: >* produce an error if the path syntax is used. >* return...