-
```
Error[E0599] no method named `line` found for reference `&egui::Painter` in the current scope
```
https://docs.rs/egui/latest/egui/enum.Shape.html#method.line
```
/// A line through many po…
-
### Description of the bug
Was going to test the new height range painter in the Multi-Material painter on the alpha and came across some strange orientation issues.
I expected the height range to…
-
please @DhanushNehru assign me this issue.
I would like to implement a solution for the Painter's Partition Problem, which involves distributing tasks among multiple painters to minimize the maximum …
-
**To Reproduce**
Steps to reproduce the behavior:
1. Open roosterjs demo site
2. Insert a numbered list
3. Insert a normal paragraph, then apply some styles on it, like bold or italic
4. Use format pa…
-
Please @mrigaankzoro assign me the following issue.
I would like to implement a solution for the Painter's Partition Problem, which involves distributing tasks among multiple painters to minimize the…
-
1. Crash when g.u > 0xffff (?!), possible fix the following:
```diff
diff --git a/qlightterminal.cpp b/qlightterminal.cpp
index a6a594f..1e1860d 100644
--- a/qlightterminal.cpp
+++ b/qlighttermin…
-
The ImageView::draw method uses a nested loop that calls painter.get_point and painter.paint for each pixel. This could be inefficient for larger images, affecting performance.
Consider buffering t…
-
### Exploit Reports
- [x] I confirm this issue is not an exploit. (Required)
### BYOND Version
515.1630
### Issue Description
![Image](https://github.com/user-attachments/assets/2b9fb7a7-7f6f-485…
-
* so we can re-use the same image prompts if required just modify the style (e.g. for several languages so we don't have the same images)
* this will just be a string we store somewhree central that …
-
**Describe the solution you'd like**
When using the text tool to create a cut, it would be nice if you could then use the multimaterial painter to select the cut elements and colour as necessary. How…