@@ -36,6 +36,7 @@ var ADocEditor = function (customConfig) {
{
id:++counter,
type:0,
formatedText:[],
plainContent:"Rendering text in HTML canvas involves using the CanvasRenderingContext2D interface to display text content within a canvas element. This process allows for dynamic text display, enabling the creation of custom text effects, labels, captions, or textual elements within the canvas.",
style:{...config.style}
},
...
...
@@ -195,6 +196,7 @@ var ADocEditor = function (customConfig) {