Skip to content

Conversation

@arunjose696
Copy link
Contributor

The previous drawImage method required specifying the full source and destination rectangles, which meant the caller needed to know the image size up front. This change replaces the old API calls with the newer, simplified drawImage overload that takes fewer parameters and no longer requires the caller to provide the image dimensions.

The previous drawImage method required specifying the full source and destination rectangles, which meant the caller needed to know the image size up front.
This change replaces the old API calls with the newer, simplified drawImage overload that takes fewer parameters and no longer requires the caller to provide the image dimensions.
@github-actions
Copy link
Contributor

Test Results

  118 files  ±0    118 suites  ±0   18m 13s ⏱️ +27s
4 653 tests ±0  4 636 ✅ ±0  17 💤 ±0  0 ❌ ±0 
  338 runs  ±0    334 ✅ ±0   4 💤 ±0  0 ❌ ±0 

Results for commit 4ce6736. ± Comparison against base commit 28bb9b4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adapt usages in SWT to new GC#drawImage API

1 participant