-
pdfinterp.py is full of code like [this](https://github.com/pdfminer/pdfminer.six/blob/master/pdfminer/pdfinterp.py#L636):
```python
def do_G(self, gray: PDFStackT) -> None:
"""Set gray…
-
If I use 0,0,0,255 as a color it doesn't actually render on screen. I change it to a very dark gray and it renders just fine. It may be an issue within the Cute portion, I dunno.
Using this with …
-
Text in scale bar is still rendering in white when the device is set to dark mode. Text need to be adopted to display mode
| Light mode | Dark mode|
| -----------|------------|
| ![IMG_0012](http…
-
The UI elements of the Logical Definitions should use the same styles as the ones from the Forms, as much as possible.
The figure explains some of the needed changes, and they are also explained be…
-
It seems that there is not compatible with webcolors?
```python
{
"name": "AttributeError",
"message": "module 'webcolors' has no attribute 'CSS3_HEX_TO_NAMES'",
"stack": "--------------…
-
During the hackathon in Basel we have brainstormed on the specification that would allow for viewing data across the spatialdata visualization ecosystem with one viewconfig. This issue describes the c…
-
Existing [system color](https://drafts.csswg.org/css-color/#css-system-colors) contexts in CSS:
* _link_: 🔵 `LinkText`, 🟣 `VisitedText`, 🔴 `ActiveText`, or (disabled) ⚫ `GrayText` on any background…
-
Just to track this here as well. It seems texml sometimes converts colors incorrectly.
E.g., we had TeX sources with
```
\color{RoyalBlue}
\color{RedViolet}
\color{Plum}
\color{Gray}
```
…
-
# Checklist (for the issue creator)
- [x] I have verified the bug exists in the latest version of `@synergy-design-system/components` (e.g. via `pnpm install @synergy-design-system/components`)…
-
### Description
I am working with an enum in Dart for color values, which is used to describe text blocks in a JSON schema.
After parsing using BAML, the color values are returned in PascalCase inst…