Skip to content
Snippets Groups Projects

Resolve "Section paramétrée - profil de section: option axes orthonormés"

5 files
+ 353
138
Compare changes
  • Side-by-side
  • Inline
Files
5
<canvas #canvas [attr.width]="width" [attr.height]="height">
</canvas>
<div fxLayout="column" fxLayoutAlign="center center">
<canvas #canvas [attr.width]="width" [attr.height]="height">
</canvas>
<mat-checkbox [ngModel]="useRealAspectRatio" (ngModelChange)="setUseRealAspectRatio($event)">
{{ uitextUseRealRatio }}
</mat-checkbox>
</div>
\ No newline at end of file
Loading