llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 412 forks source link

Issue/#1551 #1562

Closed hharshas closed 4 months ago

hharshas commented 5 months ago

resizeimg1 Earlier, the image was displayed via backgroundImage api, so its only way to resize it was to resize '#mainCanvas' div ~ entire page, that will be no good. I tried to use existing Globe 'TYPE_Rectangle' by adding bitmap (easel js) to it, but many other component are "TYPE_RECTANGLE" and it is hassle to make each component behave same after these changes (This is my final result but bitmap fills image in parent element). Final solution that i can understand is creating a unique Globe type "TYPE_IMAGE" and working with it, that may takes time. If someone is willing to help me with this then i will continue. #1551

llaske commented 5 months ago

Please send your PR to the dev branch since it's not related to Sugarizer v2.