Google Docs will now use canvas based rendering
workspaceupdates.googleblog.com
Google Docs will now use canvas based rendering
1–10 of 953 posts
Re: Google Docs will now use canvas based rendering
#2Re: Google Docs will now use canvas based rendering
#3> By moving away from HTML-based rendering to a canvas-based rendering, some Chrome extensions may not function as intended on docs.google.com and may need to be updated.
> If you are building your own integrations with Google Docs, we recommend using Google Workspace Add-ons framework, which uses the supported Workspace APIs and integration points. This will help ensure there will be less work in the future to support periodic UI implementation changes to Docs.
This is basically putting an API on top of an API as far as I'm concerned. The web renders markup and executes javascript to produce experience. Putting an API on top and using canvas to render your content creates a more closed system.
For those more deep in web technology, I'd like to know if there are reasons to move to canvas for strictly technical merits.
Re: Google Docs will now use canvas based rendering
#4Re: Google Docs will now use canvas based rendering
#5Re: Google Docs will now use canvas based rendering
#6Re: Google Docs will now use canvas based rendering
#7I would like to know which ui library they use.
Re: Google Docs will now use canvas based rendering
#8Re: Google Docs will now use canvas based rendering
#9I don't build extensions or work on much front end web lately but this reads like Google wants more control over their stuff. The web is becoming less open. > By moving away from HTML-based rendering to a canvas-based rendering, some Chrome extensions may not function as intended on docs.google.com and may need to be updated. > If you are building your own integrations with Google Docs, we recommend using Google Work…
> to improve performance and improve consistency
Re: Google Docs will now use canvas based rendering
#10I don't build extensions or work on much front end web lately but this reads like Google wants more control over their stuff. The web is becoming less open. > By moving away from HTML-based rendering to a canvas-based rendering, some Chrome extensions may not function as intended on docs.google.com and may need to be updated. > If you are building your own integrations with Google Docs, we recommend using Google Work…
In Google's announcements, they say the reason is performance.