lovyan03 / LovyanGFX

SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
Other
1.19k stars 209 forks source link

fix positioning for vertical gradient rects #622

Closed nilsding closed 1 month ago

nilsding commented 1 month ago

wondered why the rect would always end up at y=0 for my vertical gradient rect, and noticed that the y parameter was not considered at all for vertical gradients...

tobozo commented 1 month ago

thanks, this is already fixed on the develop branch

nilsding commented 1 month ago

ah, didn’t notice there’s another branch. all good then