ObeoNetwork / M2Doc

The M2Doc technology enables the generation of Office Open XML documents from models.
http://obeonetwork.github.io/M2Doc/
Eclipse Public License 2.0
38 stars 22 forks source link

Add an option to prevent zooming in with the fit() service. #473

Closed ylussaud closed 12 months ago

ylussaud commented 1 year ago

The service should look something like this:

fit(int width, int height, boolean zoomIn)

If zoomIn is true we have the same behavior as the current service, otherwise the image is not zoomed in.