@@ -14,7 +14,14 @@ var ADocEditor = function (customConfig) {
...
@@ -14,7 +14,14 @@ var ADocEditor = function (customConfig) {
margin:20,
margin:20,
border:"",
border:"",
fontSize:28,
fontSize:28,
}
},
style:{
fontSize:28,
fontFamily:'Arial',
bold:false,
italic:false,
fontColor:"#0007"
},
}
}
varconfig=null;
varconfig=null;
varcanvasList=[]
varcanvasList=[]
...
@@ -22,7 +29,7 @@ var ADocEditor = function (customConfig) {
...
@@ -22,7 +29,7 @@ var ADocEditor = function (customConfig) {
{
{
id:`${++counter}`,
id:`${++counter}`,
type:"text",
type:"text",
plainContent:"Since they are still preserved in the rocks for us to see, they must have been formed quite recently, that is, geologically speaking. What can explain these striations and their common orientation?"
plainContent:"Hello World"
},
},
// {
// {
// id: `${++counter}`,
// id: `${++counter}`,
...
@@ -74,7 +81,7 @@ var ADocEditor = function (customConfig) {
...
@@ -74,7 +81,7 @@ var ADocEditor = function (customConfig) {