# 2026 v1.2

## Content

## Core

**Bug Fixes**

* Fixed an issue where 2D text did not render when a non-solid foreground brush was used.
* Fixed an issue where 2D rendering threw an exception when gradient brushes were used.
* Fixed an issue where `Java.Lang.ArrayIndexOutOfBoundsException` occurred when the SvgRendering product sample was rendered on Android.

## Gauge

**Bug Fixes**

* Fixed an issue where the default label size rendered too small on high-density Android screens.

## Input

**Bug Fixes**

* Fixed an issue where selected items were not displayed correctly in `C1ComboBox` when duplicate items were selected.
* Fixed an issue where text for the **Is One Of** filter operation in `FilterEditor` was displayed in uppercase when a Material theme was applied.
* Fixed an issue where keyboard focus moved to a disabled `C1MultiSelectItem` when the Down Arrow key was pressed in `C1MultiSelect`.
* Fixed an issue where a disabled `C1MultiSelectItem` was selected when the Enter key was pressed in `C1MultiSelect`.