pharo-graphics / Spec-Toplo

Toplo backend for Spec (Pharo)
MIT License
0 stars 1 forks source link

Missing: image autoScale #5

Open tinchodias opened 1 week ago

tinchodias commented 1 week ago

Make this work:

app := SpApplication new 
  useBackend: #Toplo;
  yourself.

image := SpImagePresenter newApplication: app.
image image: (Smalltalk ui icons iconNamed: #pharoBig).
image autoScale: true.

image open
tinchodias commented 1 week ago

This can be fixed with this feature: https://github.com/pharo-graphics/Bloc/issues/252