Boardie issue with draw triangle on TFT

Issue #473 resolved
Sean shao created an issue

When I use a virtual board - Boardie, drawing triangles on the TFT produces an incorrect figure.

GP Script

depends 'TFT'

script 430 299 {

'[tft:triangle]' 100 100 200 200 100 200 (colorSwatch 35 190 30 255)

'[tft:circle]' 100 100 5 (tft_colorSwatch (colorSwatch 190 72 25 255))

'[tft:circle]' 200 200 5 (tft_colorSwatch (colorSwatch 190 72 25 255))

'[tft:circle]' 100 200 5 (tft_colorSwatch (colorSwatch 190 72 25 255))

}

Comments (5)

  1. Bernat Romagosa

    I can’t believe this bug has been there since we launched Boardie! Thank you for reporting it, I’ve just fixed it

  2. Log in to comment