fix default canvas text alignment
This commit is contained in:
parent
268bd63b77
commit
f7f6464cdc
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ const dao = [
|
|||
default: `<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='800' viewBox='0 0 1200 800'>
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<text font-weight="normal" font-style="normal" stroke="#000" xml:space="preserve" text-anchor="center" font-family="'Open Sans'" font-size="84" id="svg_1" y="120" x="80" stroke-width="0" fill="#000000">Sample text</text>
|
||||
<text font-weight="normal" font-style="normal" stroke="#000" xml:space="preserve" text-anchor="start" font-family="'Open Sans'" font-size="84" id="svg_1" y="120" x="80" stroke-width="0" fill="#000000">Sample text</text>
|
||||
</g>
|
||||
</svg>`,
|
||||
private: true,
|
||||
|
@ -123,7 +123,7 @@ const dao = [
|
|||
private: true,
|
||||
save: false
|
||||
},
|
||||
|
||||
|
||||
// system level fields
|
||||
{
|
||||
name: "darkmode",
|
||||
|
|
Loading…
Add table
Reference in a new issue