Skip to content

Conversation

arunjose696
Copy link
Contributor

@arunjose696 arunjose696 commented Sep 5, 2025

This commit introduces support for drawing images at arbitrary sizes. This enables flexible rendering in scenarios where image size is determined by UI requirements rather than screen zoom, such as:

  • Scalable images in diagrams (e.g., GEF-based tools)
  • Resizable UI components that embed images
  • Annotation rulers that scale with editor font size (#3044)

This PR builds upon the initial implementation by @Michael5601 in this branch

Copy link
Contributor

github-actions bot commented Sep 5, 2025

Test Results

   546 files  ±0     546 suites  ±0   27m 32s ⏱️ - 8m 51s
 4 431 tests ±0   4 414 ✅ ±0   17 💤 ±0  0 ❌ ±0 
16 764 runs  ±0  16 637 ✅ ±0  127 💤 ±0  0 ❌ ±0 

Results for commit 1fde416. ± Comparison against base commit f878858.

♻️ This comment has been updated with latest results.

@arunjose696 arunjose696 force-pushed the arunjose696/326/GCArbitarySize branch from f10b96d to 8621829 Compare September 5, 2025 13:44
This commit introduces support for drawing images at arbitrary sizes. This enables flexible rendering in scenarios where image size is determined by UI requirements rather than screen zoom, such as:

- Scalable images in diagrams (e.g., GEF-based tools)
- Resizable UI components that embed images
- Annotation rulers that scale with editor font size (#3044)
@arunjose696 arunjose696 force-pushed the arunjose696/326/GCArbitarySize branch from 8621829 to f0bed5a Compare September 5, 2025 14:28
@arunjose696 arunjose696 force-pushed the arunjose696/326/GCArbitarySize branch from b647303 to ec503af Compare September 8, 2025 10:49
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.

Support drawing images at custom sizes/zooms
1 participant