Skip to content

Commit

Permalink
Fixed error in the default content
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Oct 2, 2022
1 parent cf93a60 commit 7fbc033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/app/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export class AppComponent {
fontSize: 24,
text: 'Example object',
originX: 'center',
originY: 'center'
originY: 'center',
styles: {}
}
]
}
Expand Down

0 comments on commit 7fbc033

Please sign in to comment.