ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
29 stars 9 forks source link

Created Wafer Map worker colors and text renderer #2154

Closed munteannatan closed 3 weeks ago

munteannatan commented 1 month ago

Pull Request

๐Ÿคจ Rationale

We needed to display the colors from the color scale and the values as text on the offscreen wafer image.

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

Created a color map and stored indexes in place of values. created separate draw text method and called it based on user settings and die size

๐Ÿงช Testing

Created new renderer test for hidden labels Duplicated existing matrix UI tests Small bug with grid dimensions, will investigate it

โœ… Checklist