gef-classic icon indicating copy to clipboard operation
gef-classic copied to clipboard

Add option to not use scaled graphics to PrintOperation

Open Phillipus opened this issue 2 years ago • 2 comments
trafficstars

Add support for optional scaled graphics in PrintOperation class.

Phillipus avatar Aug 02 '23 16:08 Phillipus

Unit Test Results

    9 files      9 suites   16s :stopwatch: 307 tests 305 :heavy_check_mark: 2 :zzz: 0 :x: 921 runs  915 :heavy_check_mark: 6 :zzz: 0 :x:

Results for commit 06a9e9a2.

github-actions[bot] avatar Aug 02 '23 19:08 github-actions[bot]

@Phillipus I looked a bit deeper into the code. The only thing that I think will be backward compatible is to let PrintGraphics implement all methods of ScaledGraphics and switch in these between the normal or the ScaledGraphics version. What do you think?

azoitl avatar Aug 13 '23 14:08 azoitl