@@ -36,7 +36,7 @@ var ADocEditor = function (customConfig) {
...
@@ -36,7 +36,7 @@ var ADocEditor = function (customConfig) {
{
{
id:++counter,
id:++counter,
type:0,
type:0,
plainContent:"",
plainContent:"This approach divides the text into lines, trying to evenly distribute the words to justify the content within the specified canvas width. Keep in mind that this is a basic example and might not perfectly replicate the behavior of CSS text justification in HTML.",
style:{...config.style}
style:{...config.style}
}
}
]
]
...
@@ -136,17 +136,15 @@ var ADocEditor = function (customConfig) {
...
@@ -136,17 +136,15 @@ var ADocEditor = function (customConfig) {