Rubén López

Results 12 issues of Rubén López

### Expected Behavior `ColorMatrixFilter.contrast(1, true)` produces the same matrix as `ColorMatrixFilter.contrast(1, false)` when the current matrix is the identity. ### Current Behavior `ColorMatrixFilter.contrast(1, true)` produces a broken matrix that mostly...

📢 Accepting PRs

I know Electron 15 was published only a week ago, and I also know that you guys are trying to support Electron 14 first (#1027). Just leaving this open to...

The Drawable class had stale documentation stating that a Drawable is *not a node* and therefore must be wrapped in a Geode. However, that's no longer true. I dropped the...

Linux support has been available for several years, and is also included as a binary form in the releases.

### Current Behavior `TextMetrics.measureFont` computes the metrics by probing a few characters, and reports metrics that only work for fonts in which these characters happen to span the full ascender...

`FreeTypeFont::getVerticalSize` relies on `FreeTypeFont::getCoordScale` instead of `unitsPerEm` to compute the ascender and descender. `FreeTypeFont::getCoordScale` uses `_currentRes.second * 64` where _currentRes.second is initialized to 32 and then changes arbitrarily whenever a...

`osgText::Text::AlignmentType::LEFT_TOP` should align the text to the tallest possible glyph, but in practice it's aligning to the tallest glyph currently present in the input text. This is a problem when...

osgarchive may fail to add files to archives for various reasons, and it used to fail silently, making you think that it worked just fine, only to realize the problem...

I was trying to understand why fonts weren't working in an `osga` file. When I use `osgarchive` with fonts it apparently succeeds. Turns out it isn't, but it was failing...

In the `::MOVE` event it returns the correct window height, but in `::FRAME` it returns the initial value of `_windowHeight` (1024). I need it in `::FRAME` in order to debounce...