Ondřej Žára

Results 503 comments of Ondřej Žára

_From [[email protected]](https://code.google.com/u/109624781134515916616/) on June 13, 2010 19:37:26_ i like this advice, and i need it too. maybe, i think i need a brush for some remarks.

_From [ondrej.zara](https://code.google.com/u/ondrej.zara/) on June 13, 2010 23:15:15_ Okay, this might be added as a new feature. **Status:** Accepted **Labels:** -Type-Defect Type-Enhancement

Okay, what values do you get when you hit "Z" on your AZERTY keyboard on https://keycode.info/ ?

The `code: keyW` sounds like a usable approach! I will try to adjust the movement then.

Hi @lucienhetu, thanks for this info. I hope that My Mind is not going to regularly produce designs that would break this limit :-) Anyway, are you going to send...

Hi @lucienhetu, > Also, I want to check with you how much pleasure you have in keeping alive this project. The reason is I believe I will be able to...

It works for me in Chrome 66. Can you: 1) please test in 66 as well, 2) post the console output (hit f12 to open devtools) when trying to use...

> And it still doesn't work ! Even with Chrome 66? Also, please try disabling any browser addons for the test as these may interfere with the app's behavior.

Hi @hotpeperoncino, > I want to draw lines between two nodes randomly in order to represent meaningful relation. > Can I have an idea where to be modified in the...

Curved lines are ideally drawn via the `beginPath()` API, preferrably using the `bezierCurveTo()` commands. Arrows are typically implemented as small triangles; these are trivially done using a filled (polygonal) path.