-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Angular 18, Standalone.
html code:
<foreignObject x="241.73" y="430.1" width="100" height="100" >
<div class="ngx-ahu-g4pf">
<ngx-gauge
style="background-color: white;"
[value]="numberGauge"
[size]="80"
[label]="''"
[append]="'Pa'"
[margin]="0"
[min]="0"
[max]="100"
[thick]="5"
[type]="'arch'"
[thresholds]="thresholds">
</ngx-gauge>
</div>
</foreignObject>
I have tried resizing. But the lines are still blurry whether they are inside the SVG or not.
How can I solve this situation?
Metadata
Metadata
Assignees
Labels
No labels