-
### Preflight Checklist
* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
* [x] I have searched…
-
Is there a way to set draw distance limits?
- For example, for small scenes as a user I wish to specify a small area for rendering tiles such that tiles outside the boundaries are not loaded at all
kfarr updated
2 months ago
-
The README mentions that surfman allows one to:
> draw to a surface with a platform-specific GPU API like Metal
This sounds like it could be really useful to bridge the gap between libraries usi…
-
### Describe the project you are working on
A 2D sprite based game in Godot 4.3, with a dialogue system that's supposed to be able to display colored gradient text (makes use of the _draw() functio…
-
### LVGL version
9.2.2
### Platform
any
### What happened?
After migration from 8.3.0 to 9.2.2 I faced with problem there are no any texts on most gui controls. My investigation show th…
-
First of all, thanks for your work here. I appreciate this project.
I added your component to my project and i'm trying to draw something.
Whenever i try to draw something i get this exception:…
-
Any chance we could have the scr_lag_draw look like the good old netgraph that was at the bottom of the entire screen? :)
-
Link zu Draw.io: *https://app.diagrams.net/*
![image](https://github.com/user-attachments/assets/ee152d36-64de-44f1-9d71-0b90ffcbc751)
source: *https://www.drawio.com/blog/real-time-collaboratio…
-
### Documented behaviour
```dart
PlaybackState _transformEvent(PlaybackEvent event) {
return PlaybackState(
controls: [
if (_player.playing)
MediaControl.pause.copyWi…
-
### Is your feature request related to a problem?
draw_rectangle using bbox coordinates is what many users default to when they want to check their collision mask position. However, on many systems, …