Jannis Weis

Results 114 comments of Jannis Weis

The issue most likely comes from keybindings the likes of `ctrl c` being used while on mac they should be `cmd c`. Control and command are different keycodes in swing....

Oh nice. I had to deal with this problem in Java 8. Still trying to catch up with the various awt/swing apis introduced in newer versions.

We absolutely should rethink the current shortcuts. When implementing #68 I‘ll add some sort of scaffold of the current available actions. Then we can have a better overview of what...

Negative coordinates in `viewBox` effectively shift the coordinat system used for resolving geometry bounds. It effectively effects like a translation e.g. if `viewBox="x y w h"` Then this would be...