Upgrading from 3.0.2 to 3.1.5 causes draws to be at 0.0. #2816
Answered
by
JimBobSquarePants
ChadJessup
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
JimBobSquarePants
Oct 21, 2024
Replies: 1 comment 3 replies
-
For completeness, 3.1.0 gives this exception in the same line of code, but that exception is gone after 3.1.3... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry @ChadJessup I really meant to look at this sooner.
There was a lot of confusion plus some broken behavior prior to v3.1.1 which were causing issues. I believe we have solved them all though now.
In your code example you are using the
dstPoint
parameter to populate both the location on the background at which to draw the foreground and the location on the foreground rectangle at which to sample the foreground.